A little question for Mysql gurus.
why is this not working?
$sql = "UPDATE $tablename
SET
points = \"$points\",
$button = \"on\"
WHERE username = \"$username\"
";
note that the $button query was done in purpose because I need to update a row dinamically..
thanks.
|