>  $conexion2 = pg_Connect("host=$servidor user=$usuario password=$pass
> dbname=$bd port=$puerto");
> 
> and this one does not ?
> 
>  $conexion2 = pg_Connect("host=$servidor port=$puerto user=$usuario
> password=$pass dbname=$bd");

I always just copied the stuff in order...

Does the manual specifically say any order is legal?...

If not, that's a feature, not a bug :-)

-- 
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to