[Solved] SMS application in PHP [closed]


First of all you need a sms-gateway or build one yourself (using your cellphone, etc.).
This article gives some examples about an existing (low-cost) sms-gateway and how to send messages thru HTTP: http://www.codewalkers.com/c/a/Miscellaneous/Sending-SMS-Thru-HTTP/

solved SMS application in PHP [closed]