Page 1 of 1

send url

Posted: Wed Aug 16, 2006 7:44 am
by ddragas
Hi all

What client asked me is to make automatition for sending SMS to client list.
(This is not problem with cron job)

I've also found SMS provider who give me informations needed for sending SMS over URL (HTTP or HTTPS).

I've read somewhere that php can easy implement into form that is on web site, and that is what I need.

I need to make url (for each client in client list) that passes values in variables to SMS providers web site. Making url is not problem, but don't know how to send that url.

If somebody could point me in right direction I would aprecheate it.

Regards ddragas

Posted: Wed Aug 16, 2006 8:23 am
by feyd
fopen(), file_get_contents(), and cURL are possibilities, if I understand you correctly.

Posted: Thu Aug 17, 2006 5:29 am
by ddragas
Thank you for reply. You're master, and you have answer for every PHP problem