11 lines
151 B
PHP
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>
|