Files
web.ems/wxc2_omc/performance/mscCsta/test/test2.php
2024-10-21 11:37:26 +08:00

11 lines
151 B
PHP

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