Can you connect to two mysql databases on one php page?

Liked this question? Tell your friends about it

Answers

Yes, you can connection 2 or more database from mysql to php. You can't use 2 or more different back-end or database application because it can cause clogging of retrieving and conflicting the system or front end in PHP.

<a href="http://www.teamcreatives.com/services/designer.html" rel="nofollow">website design</a><a href="http://www.teamcreatives.com/services/designer.html" rel="nofollow"> </a> <a href="http://www.teamcreatives.com/" rel="nofollow">Cheapest search engine optimization services</a> <a href="http://www.teamcreatives.com/services/seo.html" rel="nofollow">website marketing</a>

Related Questions

Other people asked questions on similar topics, check out the answers they received:

Asked: Can WHERE equal anything in a MySQL query?

I'm trying to create one function to do a lot of different sorting. Can I make the default value of a WHERE argument equal to anything? So that the default value for that argument will find everything ...

Asked: How to store xml file in mysql when a button is ...

how to store xml file in mysql when a button is clicked using php ? how to get xml file from mysql when another button is clicked by php?

Asked: How do you map fields between two mysql databases ...

how do you map fields between two mysql databases (different web apps) using php? Preferably with a code example.