Here is my problem, I have a database of new homes on my website www.gatorwire.com.
I have another website www.newsarasotahome.com and I wanted to use the same database rather than duplicating into this domain.
I am assuming i need to change my connection method to the database.
For Example:
mysql_connect("localhost","username","password");
mysql_select_db("databasename");