send url

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

send url

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

fopen(), file_get_contents(), and cURL are possibilities, if I understand you correctly.
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post by ddragas »

Thank you for reply. You're master, and you have answer for every PHP problem
Post Reply