Well, you won't have two persistent connections to the same database (for
the same username/password).  So, as long as you use the link identifier as
the third argument to the mysql_query function (or mysql...whichever you are
using), that is guarantee enough.

HTH

Sam Masiello
Systems Analyst
Chek.Com
(716) 853-1362 x289
[EMAIL PROTECTED]

 -----Original Message-----
From:   Randy Johnson [mailto:[EMAIL PROTECTED]]
Sent:   Wednesday, April 18, 2001 1:08 PM
Cc:     [EMAIL PROTECTED]
Subject:        [PHP] multiple connects

how do I make sure the right connection is being used when I have 2
persistent connections.   is there any documentation on this ?

thanks

Randy


--
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]


-- 
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