help with php script for time.?

  • Thread starter Thread starter Big B
  • Start date Start date
B

Big B

Guest
How can display a webpage vistors computer time

The ones I find displays some other time that the one on my computer.

I have one here but it displays 1 hour behind the actual.
if someone could edit it and give it to me it would be better.
<?php $b = time (); print date("g:i A",$b) . "";?>
 
Back
Top