How do I connect to multiple mySQL databases using Prepared Statements ?

I have the syntax

===
$dsh = 'mysql:host=localhost;dbname='.$database3; 
$dbh = new PDO($dsh, $username, $password); 
===

I want to connect to $database1 without loosing my $database3 connection

Thoughts?  Comments?  


Ron Piggott


www.TheVerseOfTheDay.info 

Reply via email to