Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2000121

Re: [PHP-DB] Update problems From: Brinzoi Constantin Aurelian (aurel <email protected>)
Date: 12/13/00

Hi Jon !

Constantin Brinzoi
Dept. Sondaje
IRECSON

On Tue, 12 Dec 2000, Jon McFarling 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';";

Maybe you want to replace 'Uname' with '$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>
>

-- 
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>