RE: [PHP] Server's clock gone funny, maybe?

2004-07-29 Thread Jay Blanchard
[snip] I've got a function where I reset an expiration datetime to 3 days in the future, using: update table set expire = NOW()+300 where ... Has always worked great, but today it always sets the field to -00-00 00:00:00. No code was touched. Anyone have a clue? A problem with the

Re: [PHP] Server's clock gone funny, maybe?

2004-07-29 Thread Brian Dunning
On Jul 29, 2004, at 10:18 AM, Jay Blanchard wrote: Have you asked the ISP? No - that's like asking a black hole, unfortunately - I was hoping someone here might spot a problem on my end. - Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Server's clock gone funny, maybe?

2004-07-29 Thread Jay Blanchard
[snip] Have you asked the ISP? No - that's like asking a black hole, unfortunately - I was hoping someone here might spot a problem on my end. [/snip] [smartass mode to full power - nothing personl] The problem most of us spotted was that there was not information in the initial post to arrive

Re: [PHP] Server's clock gone funny, maybe?

2004-07-29 Thread Jason Wong
On Friday 30 July 2004 01:39, Brian Dunning wrote: On Jul 29, 2004, at 10:18 AM, Jay Blanchard wrote: Have you asked the ISP? No - that's like asking a black hole, unfortunately - I was hoping someone here might spot a problem on my end. 1) You're on the wrong list. Try asking on the

RE: [PHP] Server's clock gone funny, maybe?

2004-07-29 Thread Ed Lazor
Maybe they've upgraded something on the server that's somehow affecting your code? Against MySQL 4.0.18 Query: select NOW() Results: 2004-07-29 10:48:12 Query: select NOW()+300 Results: 20040732104424 The difference in result data format would lead to the problem you're

RE: [PHP] Server's clock gone funny, maybe?

2004-07-29 Thread Matthew Sims
[smartass mode to full power - nothing personl] [/smartass mode] Is that W3C HTML 4.01 compliant? -- --Matthew Sims --http://killermookie.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Server's clock gone funny, maybe? OT

2004-07-29 Thread Jay Blanchard
[snip] [smartass mode to full power - nothing personl] [/smartass mode] Is that W3C HTML 4.01 compliant? [/snip] Yes, ermaybe. Try XJBML strict -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Server's clock gone funny, maybe? OT

2004-07-29 Thread php-general
Quoting Jay Blanchard [EMAIL PROTECTED]: [snip] [smartass mode to full power - nothing personl] [/smartass mode] Is that W3C HTML 4.01 compliant? [/snip] Yes, ermaybe. Try XJBML strict -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Server's clock gone funny, maybe?

2004-07-29 Thread Brian Dunning
On Jul 29, 2004, at 10:45 AM, Jay Blanchard wrote: Please read this now, before you post again... http://catb.org/~esr/faqs/smart-questions.html Thank you for not trying to be a condescending smartass at all. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] Server's clock gone funny, maybe? OT

2004-07-29 Thread Jay Blanchard
[snip] Please read this now, before you post again... http://catb.org/~esr/faqs/smart-questions.html Thank you for not trying to be a condescending smartass at all. [/snip] Thank you for noticing! :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] Server's clock gone funny, maybe?

2004-07-29 Thread David Robley
On Fri, 30 Jul 2004 03:45, Matthew Sims wrote: [smartass mode to full power - nothing personl] [/smartass mode] Is that W3C HTML 4.01 compliant? I believe it is XNML - extended noob markup language -- David Robley Lawyers: The larval form of politicians. -- PHP General Mailing List