sms - How to make an HTTP request in PHP? -
i have send sms making http request via method. link contains information in form of variables, e.g.
http://www.somelink.com/file.php?from=12345&to=67890&message=hello%20there
after run script has if clicked link , activated sms sending process.
i have found links request , curl , not, it’s confusing!
the easiest way use curl. see http://codular.com/curl-with-php examples.
Comments
Post a Comment