I have to send an SMS by making an HTTP request via GET method. The link contains information in the form of GET variables, e.g.
http://www.somelink.com/file
The easiest way is probably to use cURL. See http://codular.com/curl-with-php for some examples.