Page 1 of 1

Implementing an sms http API

Posted: Sat Nov 06, 2010 6:57 pm
by bsam
Hello, lets say i have an API of the form:

http://server-address/sendsms.php?usern ... essage=msg

When the above url is entered in a browser directly it runs.
The values in the query are dynamic-can be passed from a form. I want to be able to pass the values from a form
and make it run behind the scenes. how do i do this?

ive tried file_get_contents() - it doesnt seem to work.
file() worked once and stopped working.