Re: [PHP] simple query help

2003-07-05 Thread Marek Kilimajer
because you execute the query twice. Remove the last line, it is not needed as UPDATE does not return any result. Paul Ferrie wrote: Hi guys, I am working on a flash forum for my site. Came with the FOED book, anyways i am tyring to delete the threadCount by -1 from the db. could below does

RE: [PHP] simple query help

2003-07-05 Thread Giz
My guess is that you actually have 2 rows in the table for every forumID. -Original Message- From: Paul Ferrie [mailto:[EMAIL PROTECTED] Sent: Saturday, July 05, 2003 8:07 AM To: [EMAIL PROTECTED] Subject: [PHP] simple query help anyways i am tyring to delete the threadCount by -1 from

RE: [PHP] simple query help

2003-07-05 Thread Giz
Bleh nevermind, it's because you were executing the query twice (calling mysql_query in the if () and then again below. -Original Message- From: Giz [mailto:[EMAIL PROTECTED] Sent: Saturday, July 05, 2003 4:37 PM To: 'Paul Ferrie'; [EMAIL PROTECTED] Subject: RE: [PHP] simple query help