post time display on php code example
Example 1: php time
<?php
$t=time();
echo($t . "<br>");
echo(date("Y-m-d",$t));
?>
Example 2: show date php
check here link: http://www.eltcalendar.com/stuff/datemysqlphp.html
<?php
$t=time();
echo($t . "<br>");
echo(date("Y-m-d",$t));
?>
check here link: http://www.eltcalendar.com/stuff/datemysqlphp.html