I keep getting an error message that reads: Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘“78”’ at line 1.
The code I’m assuming there is an error here:
[php]$query1 = “UPDATE uploads SET reported = ’ " . $violation .” ', violation = ‘X’ WHERE ID=" .$imageid;[/php]