Hello Everyone,
I have a pretty simple problem for an expert. I want to access the database on the server from my localhost, I don't know how to do it. On our localhost the way is mysql_connect("localhost","name","password");
But how I will access the database on a server from my localhost??
Please help me.