If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I want a php mailing list script residing on a "free" webspace server to add the data submitted by users to end up in a mysql database residing on my paid server space (free webspace provider charges for mysql databases).
How do I set the following paramaters in the php script to make this happen?
It's fairly straight forward when the php script resides on the server containing mysql (localhost will connect), but I cannot get the script installed on free webspace to connect to my paid server space database.
Re: Remote script (non-localhost) to mysql connection
Does your free webspace server support PHP? I mean, does your .PHP file run ok otherwise on the free server? If so, wouldn't you just have to change "localhost" to the real host name of the webspace provider?