php-db | 2001041
Date: 04/04/01
- Next message: The Hermit Hacker: "Re: [PHP-DB] Oracle vs MS SQL vs MySQL"
- Previous message: Jim Ray: "[PHP-DB] Passing parameters"
- In reply to: Jim Ray: "[PHP-DB] Passing parameters"
- Next in thread: Russ Michell: "Re: [PHP-DB] Passing parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> if ($btnChoice = 'Save'){
> Do something
> }elseif ($btnChoice = 'Delete') {
> header("Location: MemberAdmin.shtml");
> exit;
> }
use == instead of =
-- +----------------------------------------+ | Julie Meloni (julie <email protected>) | | | | "PHP Essentials" and "PHP Fast & Easy" | | http://www.thickbook.com | +----------------------------------------+-- 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: The Hermit Hacker: "Re: [PHP-DB] Oracle vs MS SQL vs MySQL"
- Previous message: Jim Ray: "[PHP-DB] Passing parameters"
- In reply to: Jim Ray: "[PHP-DB] Passing parameters"
- Next in thread: Russ Michell: "Re: [PHP-DB] Passing parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

