Hi, I've got what I think and hope is quite a simple question...
I have a php page that receives data from a web form, from this php page I want to post the data in the variables to a CGI script (behind the scenes) on another server.
Like this:
1. I have a web page that posts form data
2. The form data is posted to a php page
3. While this page is being sent back to the client, I want to pass the data to another CGI script.
I'd be grateful of any help!
Thank you
Kris