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) . "";?>
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) . "";?>