This is bound to be embarassingly simple!
I have a mysql database hosted on one of sites. I would like another of my sites to link to it.
However, I cannot make a connection!
The code I am using is as follows:
$connection=mysql_connect("http://localhost.sitename.biz","username","password")...