PDA

View Full Version : Really easy:



Lucky13
June 1st, 2001, 13:50
How do I print todays date using PHP?

Thanks.
~Lucky13

Gonzo
June 1st, 2001, 14:36
<?php
echo date("l, F j, Y");
?>


here is more info http://www.php.net/manual/en/function.date.php

Lucky13
June 1st, 2001, 14:39
cool...thanks