rastkocvetkovic
Programmer
Is there a possibility of sending data from PHP using POST. To see, what I mean, I'll try to describe an example.
I have two servers.
On nr.1 database with data and nr.2 with no data.
Now I want to have a page named nr1.com/transmit.php, where I click transmit and page redirects to nr1.com/transmit_exec.php which retrieves the data from the database and transmits those variables using POST (due to very long texts, which cannot be add to URL as GET) to nr2.com/get_data_and_put_it_into_database.php.
I hope it's clear what I would want to do. I hope you know the solution. Thank you in advanced for you answers.
I have two servers.
On nr.1 database with data and nr.2 with no data.
Now I want to have a page named nr1.com/transmit.php, where I click transmit and page redirects to nr1.com/transmit_exec.php which retrieves the data from the database and transmits those variables using POST (due to very long texts, which cannot be add to URL as GET) to nr2.com/get_data_and_put_it_into_database.php.
I hope it's clear what I would want to do. I hope you know the solution. Thank you in advanced for you answers.