This tutorial is really simple. It can pretty much promise you that you will have no problems enableing this script in any of you pre-existing php pages!

Simply add this code into any existing php document

<?
$time_offset ="0"; // you many need to change this do accomidate server time offset
$adj = ($time_offset * 120); // some simple math here.
$time = date(" h:i:s",time() + $adj); // remove seconds simply get rid of the :s!

echo "$time";

?>



I hope this tutorial helped you out.
Hosted by www.Geocities.ws

1