----- Original Message ----- From: "Andrew O'Brien" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, June 15, 2007 1:10 PM Subject: Re: [php-list] Time stamp error, server side ?
> ----------------------------- > At a guess I would say it is a server side problem. > > Post the parts of your script that handle the time and we can offer more > comment. Let me start with the timetest.php that my hosting company uploaded and claim is working [SNIP] -------------------------------- Your code checks out ok. The only possible problem will be if you are using a version of php < 5.0.0 in which case microtime(TRUE) would return a string rather than a floating point number - This function returns the string "msec sec" where sec is the current time measured in the number of seconds since the Unix Epoch (0:00:00 January 1, 1970 GMT), and msec is the microseconds part. Both portions of the string are returned in units of seconds.
