Files
web.ems/wxc2_omc/performance/mscCsta/test/test2.php
2024-09-27 17:13:36 +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>