No. For example, a user is on my site. He fills out a form. That form is posted to a php script. That script populates a database, sends a couple of emails, sends the data to the script on another server via the GET method, and then displays a message to the user on my server that their data has been collected.
I do not need any data returned from the outside server. I just need to send the data to it.
Doesn't file_get_contents() just read the contents of a file or site into your variable? Can it actually send the data as described above and in the first post?
Thanks.