I have 3 variables that contain a text string. I need to update them in the table, but out of the 20+ different variations of about 5 different scripts that I've tried out, it just doesn't update! I want something like below script:
mysql_query("UPDATE $variable_1 SET $variable_2 = $q WHERE $variable_3 = $o")
or die(mysql_error());