I like to update the column named “say” in my table “test” of my database with the value above.
The code below is one of the trials for it, but I failed.
[b]trial code1[/b]
$myVar=[COLOR="#FF0000"]"[/COLOR]he said "I can't"[COLOR="#FF0000"]"[/COLOR];
mysql_query("UPDATE test SET say = '$myVar' WHERE n=1 ");