Hey All,
Got a syntax problem with my code, i cannot for the life in me figure out what is up with it, so if you could take a look and see if you can see anything?
$update_original="UPDATE 'game1' SET '".$x."'='".$rand_student."' where 'ID'=".$x."";
Where
x=1
rand_student=15
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 ''game1' SET '1'='15' where 'ID'=1' at line 1
Thanks in advance!
JAck.