hi all,
i just want to ask if its possible to have a two or even more database connection in a php run application
like
db_connect---db1
fetch data
db_connect--db2
fetch data
db_close --db2
if its not possible.
how can i get data from other database table
appriciate youre answers.