View Single Post
Old 01-13-2008, 05:36 PM   #5 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

Ahh, then the problem is with your update query syntax :)

Try changing it to:

PHP Code:
"UPDATE sbb_forums SET title = '$title', $desc = '$desc', cat = '$cat', category = '$category' WHERE id = '$id'" 
That should do the trick.

More info on the SQL Update syntax here: MySQL AB :: MySQL 5.0 Reference Manual :: 11.2.10 UPDATE Syntax

Alan.
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote