| 
 RE: MySQL
 $sql = "UPDATE `news` SET `title`='$title', `message`='$message', `who`='$who' WHERE `id`=$id"; 
 
i think it may be an issue with it not understanding it properly... the `` help alot... you should learn to do this with your mysql queries... 
 
EDIT: also i dont see you using a mysql_close(); anywhere... this probably wont be the issue but its good to close you connections 
 This post was edited on 06-21-2008 at 01:01 AM by NanaFreak.
 |