How can i do the following in PHP?
I need to pull data from a mysql database that is on a different server than where i need to edit the data. I then need to edit the data, and send the edited data back to server where I collected it from and save it there.
How can I send and recieve data between 2 different servers?
I really appreciate any help you can offer.