Say a friend has a MySQL database and agrees to let me access it from my server. I want to have my own set of PHP files, but use his database’s data
Shouldn’t this be possible?
In my trial, I think the MySQL access info is correct – ie. I just changed the host_name to the actual “http:” prefixed URL, nothing else should change. What about db_user?
Any ideas or directions to resources that might help?