Edmund Hertle wrote:
2009/1/21 Gary <gwpaul@xxxxxxx>
Im pretty new with php, so this might be a pretty novice mistake, but the
time displays wrong on two computers.
<?php echo date('l F jS, o h i A');?>
Shows up 2 hours late...time on both computers is correct.
Thanks
Do you mean on two computers visiting a php script? PHP is running on the
server, so it will use server time
-eddy
makes sense.. check out http://php.net/date_default_timezone_set -
probaly needs set
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php