Shows the seconds from current time.
<?php $second = date( "s",time()); print ("$second"); ?>
Download code...
Print this page