Forums

PHP Help--send HTTP request and parse response (1 post)

  1. ovidx
    Member
    Posted 6 years ago #

    I need to send an HTTP Request to
    http://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?

Topic Closed

This topic has been closed to new replies.

About this Topic