URL Request Without redirecting page
Posted: Tue Jan 27, 2009 2:12 am
I ve no idea of a way to Call a page that sends SMS through url parameters
http://www.sendsms.com/send.php?usernam ... r=phonenum
When the page is called from a processing page it sends the messages in the mess parameter.
The problem now is, i would like to send SMS to more than one recipient calling from a loop of phone numbers but the first request takes me away from the processing page cos i m using header("location: http://www.sendsms.com/send.php?usernam ... r=phonenum") to send the message.
how can it be done without redirecting from the processing page
Note: The SMS page "www.sendsms.com/send.php" is a third party page i pay for and i have no access to its contents
http://www.sendsms.com/send.php?usernam ... r=phonenum
When the page is called from a processing page it sends the messages in the mess parameter.
The problem now is, i would like to send SMS to more than one recipient calling from a loop of phone numbers but the first request takes me away from the processing page cos i m using header("location: http://www.sendsms.com/send.php?usernam ... r=phonenum") to send the message.
how can it be done without redirecting from the processing page
Note: The SMS page "www.sendsms.com/send.php" is a third party page i pay for and i have no access to its contents