dnzone Posted July 31, 2006 Share Posted July 31, 2006 Is it posible of php to send a sms? Can anybody teach me how to do itThanks. Link to comment https://forums.phpfreaks.com/topic/16085-send-sms-using-php/ Share on other sites More sharing options...
BillyBoB Posted July 31, 2006 Share Posted July 31, 2006 can u inform me on wat an sms is ? Link to comment https://forums.phpfreaks.com/topic/16085-send-sms-using-php/#findComment-66276 Share on other sites More sharing options...
Ifa Posted July 31, 2006 Share Posted July 31, 2006 Short Message Service (SMS), a text message sent to a mobile phone :) Link to comment https://forums.phpfreaks.com/topic/16085-send-sms-using-php/#findComment-66320 Share on other sites More sharing options...
Chetan Posted July 31, 2006 Share Posted July 31, 2006 It is indeed, never did it myself but i know you need to be a member of a site which will have some smsing service Link to comment https://forums.phpfreaks.com/topic/16085-send-sms-using-php/#findComment-66477 Share on other sites More sharing options...
r3gan Posted July 31, 2006 Share Posted July 31, 2006 Yeah it is possible, and yes you need to have access to an SMS Gateway machine. It's basically a machine configured to receive & send SMS messages to mobile numbers. The other way you could send SMS messages is if you knew the cellular provider for the destination phone number. Most cellular companies allow you to send an SMS message as an email. For example, if the destination phone number is 555-555-5555 and the cell provider is Telus (and you have a simple SMTP server running on your PHP machine), then you could send an email via php to [email protected] and the cell phone would receive an SMS containing the contents of your email. Of course you can't send attachments or anything. Link to comment https://forums.phpfreaks.com/topic/16085-send-sms-using-php/#findComment-66487 Share on other sites More sharing options...
Ferenc Posted July 31, 2006 Share Posted July 31, 2006 the easiest method to send sms is basic email.You would need to know the service provider for the person you want to message.AT&T Wireless [email protected] http://www.mymmode.com/messagecenter/Cingular [email protected] http://www.cingular.com/sendamessageNextel [email protected] http://messaging.nextel.com/Qwest [email protected] http://www.qwestmp.com/Sprint PCS [email protected] http://messaging.sprintpcs.com/T-Mobile [email protected] http://www.t-mobile.com/messaging/Verizon [email protected] http://www.vtext.com/The problem you will run into would be replys. Link to comment https://forums.phpfreaks.com/topic/16085-send-sms-using-php/#findComment-66499 Share on other sites More sharing options...
Chetan Posted July 31, 2006 Share Posted July 31, 2006 Actually i have never even heard of these companies but that dosent matter here.go to http://www.hotscripts.com/PHPand have a look around the scripts, and you might find some scripts for SMS here also. Link to comment https://forums.phpfreaks.com/topic/16085-send-sms-using-php/#findComment-66506 Share on other sites More sharing options...
StormBasiat Posted December 4, 2006 Share Posted December 4, 2006 Hello, any how to send it by email to Vodafone and orange both uk networks.Tnx storm Link to comment https://forums.phpfreaks.com/topic/16085-send-sms-using-php/#findComment-134944 Share on other sites More sharing options...
keeB Posted December 4, 2006 Share Posted December 4, 2006 Take a look at mBlox. :) Link to comment https://forums.phpfreaks.com/topic/16085-send-sms-using-php/#findComment-134947 Share on other sites More sharing options...
StormBasiat Posted December 4, 2006 Share Posted December 4, 2006 Dont seem like much help all i want is the address like [email protected] im not sure what it is :( Link to comment https://forums.phpfreaks.com/topic/16085-send-sms-using-php/#findComment-134953 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.