2009/1/21 Gary <gwp...@ptd.net>

> 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

Reply via email to