[PHP] MySQL execution order?

2001-02-21 Thread Don Johnson
," ",$val); echo $val . "\t"; } //end of line echo "\r"; } Then I perform the SQL: UPDATE LOW_PRIORITY db_table SET DownloadedDateTime=CURRENT_TIMESTAMP WHERE (DownloadedDateTime = '-00-00 00:00:00') -- Any ideas wh

Re: [PHP] MySQL execution order?

2001-02-23 Thread Don Johnson
de...) > > go into the monitor and execute your SELECT > statement, then run your PHP script... if > the results still disagree, post some more > information... > > - Original Message - > From: "Don Johnson" <[EMAIL PROTECTED]> > To: <[EMAIL PROT

[PHP]

2001-02-23 Thread Don Johnson
Yup. Go figure. Don Johnson > It works if you execute only the SELECT (without the UPDATE) ? > > Christian Reiniger > LGDC Webmaster (http://sunsite.dk/lgdc/) > > On Friday 23 February 2001 16:57, Don Johnson wrote: >> Yup, the data's correct.