if i use now() to put time into a database, how do i move the GMT time to my time because the server I run off is 3 hours back
$date = time () + 10800; then use date() to format it for whatever your date type is in your database.
hey that didn't work... I changed the code where it has Now() to Now()+30000
thx for reminding me i can add like that tho hehe
<devin quote> $date = time () + 10800; </devin quote>
use PHPs time() function. NOT now()