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!
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.