Files
web.ems/wxc2_omc/performance/mscCsta/test/test2.php
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

11 lines
151 B
PHP
Executable File

<html>
<head><title>Solution</title></head>
<body>
<?
$name=date("d");
echo "Your name is $name,and your age is $age";
?>
</body>
</html>