Is there a way to get the current timestamp
Posted: Tue Aug 17, 2004 5:29 pm
Is there a way to get the current timestamp without using ? I am not using PHP5.
I am using PHP 4.1.2 so if there is a way please provide me with the example to do so.
Regards
Mian
Code: Select all
$current_timestamp = date('c');I am using PHP 4.1.2 so if there is a way please provide me with the example to do so.
Regards
Mian