Date: 01/19/00
- Next message: garyb <email protected>: "Re: [PHP4BETA] Add NOT, AND, OR to language"
- Previous message: Andi Gutmans: "[PHP4BETA] Re: lastest Zend still dodgy."
- In reply to: Christian Schneider: "Re: [PHP4BETA] Add NOT, AND, OR to language"
- Next in thread: garyb <email protected>: "Re: [PHP4BETA] Add NOT, AND, OR to language"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
OR is already supported. I do the following all the time:
$db = mysql_pconnect(...) or die("Could not connect: " . mysql_error());
--Joey Smith
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: garyb <email protected>: "Re: [PHP4BETA] Add NOT, AND, OR to language"
- Previous message: Andi Gutmans: "[PHP4BETA] Re: lastest Zend still dodgy."
- In reply to: Christian Schneider: "Re: [PHP4BETA] Add NOT, AND, OR to language"
- Next in thread: garyb <email protected>: "Re: [PHP4BETA] Add NOT, AND, OR to language"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

