Acelasi Select in mai multe baze de date MySQL
Scris: Lun Apr 07, 2014
Salut,
Am conectarea asta:
Si vreau sa fac un un select care sa imi preia automat toate bd-urile care le am.
adica
dar sa imi preia $db-urile.
Astept raspuns.
Multumesc aticipat.
Cu stima Trif
Am conectarea asta:
Cod: Selectaţi tot
$db1 = new mysqli('localhost', 'root', 'pass', 'bd');
$db2 = new mysqli('localhost', 'root2', 'pass', 'bd2');
$db3 = new mysqli('localhost', 'root3', 'pass', 'bd3');
adica
Cod: Selectaţi tot
while{
$sql = "SELECT * FROM table";
$rezultat = $db1->query($sql);
}
Astept raspuns.
Multumesc aticipat.
Cu stima Trif