Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2000121

[PHP-DB] update help From: Jon McFarling (mcfa0773 <email protected>)
Date: 12/06/00

I am trying to update a table with this command
 $insert=mysql_query("UPDATE grades set grade ='$grade[$i]' WHERE userId ='userID[$i]' and title= '$title';",$link);
  echo mysql_errno().": ".mysql_error()."<BR>";
I get no errors returned but when I check the table in the database
nothing has changed.
Jon

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>