Page 1 of 1

DATE and TIME

Posted: Thu Jan 29, 2004 9:57 am
by glennalmeda
I have a question.

Im doing online ordering using php n sql which is in a first come first serve basis. Our computers have different date and time, but i dont want to use the system date of the pc's because its not reliable, so i want to set 1 DATE and TIME for all user's trying to access the site. Can someone help me with my problem.. thanks...

Posted: Thu Jan 29, 2004 10:37 am
by JayBird
just use the date() function.

This will use the time of the SERVER, not the clients PC

Mark