I am just learning PHP. I have a simple program to display the time. Why is the server time 6 hours ahead of central time? I thought all the serves were in Delaware?
http://www.nevb.us/SQL-PHP/dateSelect-vb.php
$today = time(); //stores today's date
$f_today = date("M-d-Y",$today); //formats today's date
$f_time = date("h-i-s-a",$today); //formats today's time
Thanks,
Randy


LinkBack URL
About LinkBacks



Reply With Quote