|
What I am doing
I have two webhostings, each with their own domain name.
I want to send data from one, to place content in the SQL database of the other website.
The amount of data I would want to send, most likely would be too large for the GET method, therefore I need to find some way to POST it over.
Help I seek includes...
Should a .inc file be ok on the other server, AND will it execute there on the remote server?
Also, how is the best way for me to send data to it?
Would I need to get the remote server to call another file in the local server, so I can use the header statement?
Already know
I have been to the php.net site, as well as w3schools.com.
Looks like the only means I have of sending the database data to the other file is via the GET method.
__________________
** Directory of my other websites ***
Please login or register to view this content. Registration is FREE - for screen devices
Please login or register to view this content. Registration is FREE - for mobile devices
|