Just a quick (and possibly stupid) question: Does the localtime() function return time on the server the file is stored on or the client (i.e. the computer clock of the user)?
Thanks Sinner
dmorison
1:05 pm on Jun 4, 2003 (gmt 0)
Hi,
All PHP functions refer to the SERVER.
Sinner_G
1:08 pm on Jun 4, 2003 (gmt 0)
Hi dmorison
Thanks, thought so (makes sense) but wasn't certain.