Is it possible that PHP can send SMS text messages to mobile phones??
Thanx.
Yes you can send text messages to mobile phone with PHP.
what exactly u want ..... ????
Chanderjit
Posted this on the wrong thread.
Yes, you can do that. Not sure of all the details but here is a Perl script that can send SMS messages. Note the use of socket calls (you can use fsockopen as the equivalent in PHP).
http://tronche.com/misc/pager/SMS-itineris/sms-itineris
Dave
=========================================== http://badblue.com/helpphp.htm Free small footprint web server for Windows
Hi if you find out how to do it I'd love to know 🙂
nwilson@mail.dk
Nick
Hi,
the perl program you show at the url, doesnt' it require any other hardware? just use a normal workstation(linux redhat) to execute the code, then i can send sms to anywhere?
Thanks. Louis
Straight to the point... No You CANNOT send SMS via PHP! Unless: U have your own SMS gateway (Don't come cheap * Trust ME) OR use someones elses Gateway (Unlikely!) P.S. There ALSO called SMS servers.
Any chance you have some example code ??