where would i add the new time to the scotspaul script?.. the time i have is 8 hours out... i have the time code ect just not sure where to add it...
$hereNew_Time = time() + (23 * 60 * 60);
$heretime=date("H:i",$hereNew_Time);
echo "
London, Dublin, Lisbon: $heretime";
$hereNew_Time = time() + (23 * 60 * 60);
$heretime=date("H:i",$hereNew_Time);
echo "
London, Dublin, Lisbon: $heretime";
Comment