Hi there
I run a few sites here at TCH all on individual viritual hosts (the only way i can afford it).
I would like them to all use a single MySQL database for certain things, but everytime i try and get my PHP to connect to a database on a different host, MySQL sends an Access Denied to my a code and therefore my script is unable to execute.
How do I get the PHP on one virutal host to connect the the MySQL database on another????
Steve