How to Adjust time on php script?
My php script shows time by this
echo "<a href=\"time.php?hits=$hits\">".date("h:i:s A")."</a></div>";
Problem is server time is different from us. Server gives 11 hours back
time from my current zone. If my real time is 15 Aug 10 PM server is
showing 15 Aug 11 AM!
How can I fast my clock 11 hours on above script?
No comments:
Post a Comment