Hi Everyone!
I´m working on a project, that has something to do with this subject.. I builded a flash clock, that loads a bunch os stuff depending on the server time, using a PHP file.
The script is working fine, I just need some help to adjust to my local time (+3 hours), since I know how to write anything in PHP...
If you could help me out here, i´d really appreciate!!!!
Here´s the PHP code:
Code: Select all
<?
print ("serverHour=".date("G:i:s A")."&weekDay=".date("l")."&date=".date("d.m.Y")."&");
?>
This returns 3 dinamic text field in Flash... I just need to add 3 hours..
Thanks!
Rodrigo