php-db | 2000121
Date: 12/06/00
- Next message: carlstephen33 <email protected>: "[PHP-DB] [#2]"
- Previous message: carlstephen33 <email protected>: "[PHP-DB] [#1]"
- Next in thread: Daniel Rezny: "Re: [PHP-DB] update help"
- Reply: Daniel Rezny: "Re: [PHP-DB] update help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: carlstephen33 <email protected>: "[PHP-DB] [#2]"
- Previous message: carlstephen33 <email protected>: "[PHP-DB] [#1]"
- Next in thread: Daniel Rezny: "Re: [PHP-DB] update help"
- Reply: Daniel Rezny: "Re: [PHP-DB] update help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

