Before I start, I am also having problems with FLUSH PRIVLAGES. It never has worked, so I skipped "or die" on it so I could just move on. Any help on this would be great. Now with my current problem, here is my code:
$query = "UPDATE sigs_acidalia SET (sigprice,sigwidth,sigheight,ipofadder) = ('$sigprice','$sigwidth','$sigheight','$ipofadder') WHERE sigid='$sigid')";
mysql_query($query) or die(mysql_error());
(and right after that, the flushing
$query = "FLUSH PRIVILEGES";
mysql_query($query) or die('Your Insertion was <b>Sucessfull.</b><br>But your Flush Privlages was denied.<br>Click <a href="subm1t_acidalia.php">HERE</a> to add another.');
and the error I get is:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(sigprice,sigwidth,sigheight,ipofadder) = ('$200,000','550','250','') WHERE sigi' at line 1