View Single Post
Old 04-30-2002, 09:21 PM  
Direktor
Registered User
 
Join Date: Dec 2001
Posts: 529
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.
Direktor is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote