<html>
<head>
<title>Web Page </title>
</head>
<body>
The text here displays the date re : Today is
<?php
&todaysdate = date("m", time()) . "-" . date("d" , time()) . "-". date("y",time());
echo $todaysdate;
?>
</body>
</html>