Saturday 11 January 2014

how to show date in php

<?php

$date=date();
echo $date;
echo date ("5-01-2014");

?>

No comments:

Post a Comment