Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2000121

Re: [PHP-DB] Update problems From: Matthew Ballard (Matthew <email protected>)
Date: 12/12/00

It is probably the userId part of the where clause. Currently, that would
try to update a record called Uname, but I would assume you would be
updating different records depending on who you are working on, because
currently it is looking for a userId of Uname. My guess is that you want
$Uname in there.
Matthew

At 01:31 PM 12/12/2000 -0800, you wrote:
>I am having problems updateing in MySQL
>I run this script
>$Final_grade=87.8;
>
>$Final="update student set finalGrade='$Final_grade' where
>userId='Uname';";
>$succes=mysql_query($Final,$link);
>echo mysql_error()."<br>";
>echo "<p align=\"center\"><font size=\"4\">Final Grade:
>$Final_grade</font></p>";
>
>and nothing happens in the data base. I have changed the user's permissons
>to allow him to update but when I check 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>