Re: [PHP4BETA] Add NOT, AND, OR to language From: Joey (joey <email protected>)
Date: 01/19/00

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>