Posted by J.O. Aho on 06/30/06 23:38
Hoopster wrote:
> Is there an easy way to insert the time on a php script?
>
> I have a program that I like but I need it to display the correct
> time.
echo date("H:i:s");
http://www.php.net/manual/en/function.date.php
Keep in mind, this is the time on the server, if you are located in different
timezones, you will have time difference.
//Aho
Navigation:
[Reply to this message]
|