PHP Help–send HTTP request and parse response
-
I need to send an HTTP Request to
https://domain.com/Encryptor.aspx?name=family_name_here
and parse the HTTPResponse (which will be an 8 character string).What’s the PHP command to do this? Can I use “file_get_contents” to send the HTTPRequest and then “file_put_contents” to write the string to a file (which will be an autoresponder)?
Yes?
- The topic ‘PHP Help–send HTTP request and parse response’ is closed to new replies.