php-db | 2000121
Date: 12/13/00
- Next message: Alexey Borzov: "Re: [PHP-DB] PGSQL and pg_shadow"
- Previous message: Brinzoi Constantin Aurelian: "Re: [PHP-DB] PGSQL and pg_shadow"
- In reply to: Jon McFarling: "[PHP-DB] Update problems"
- Next in thread: Richard Allsebrook: "RE: [PHP-DB] Update problems"
- Reply: Richard Allsebrook: "RE: [PHP-DB] Update problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Alexey Borzov: "Re: [PHP-DB] PGSQL and pg_shadow"
- Previous message: Brinzoi Constantin Aurelian: "Re: [PHP-DB] PGSQL and pg_shadow"
- In reply to: Jon McFarling: "[PHP-DB] Update problems"
- Next in thread: Richard Allsebrook: "RE: [PHP-DB] Update problems"
- Reply: Richard Allsebrook: "RE: [PHP-DB] Update problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

