Mega Code Archive

 
Categories / Php / Date Time
 

A simple echo of the timestamp

<?php $timestamp= time(  ); echo $timestamp; ?>