Chuck
2015-01-18 15:48:31 UTC
(I have next to zero experience with PHP, im so sorry).
I have two servers, server A and server B.
I want to send 3 variables over to server B at www.serverB.com/function.php and then execute the function.php using these 3 variables in the script. I just want serverA to send the variables over, execute the script and forget about it. Server B should still be executing the script once Server A has sent the variables and left.