How to send sms from php and code igniter |
[eluser]MASS MASS[/eluser]
Is it possible to send sms text message to phone using codeigniter framework or php code...... if Possible ...........give your suggestions......please Its urgent........... Thxs...in advance
[eluser]ballen[/eluser]
You would need an SMS provider (such as http://www.2sms.com/ - they are in an office block close to me and hence come to mind), then there should be a way to tie into that (probably an XML web service) which of course PHP can be used to send data to.. I think that's right anyway.
[eluser]CI jforth[/eluser]
do like google does select the carrier ie: t-mobile and add the number. it works good for me. simple & easy. send an email to [email protected]
[eluser]tobben[/eluser]
Here is an example of a function that im using for talking to a SMS gateway api.. It's not CI-ified, but it would probably give you a taste. The SMS gateway provider will probably also give you some technical info on how to connect and manage their API or whatever. Code: <?php
[eluser]jairoh_[/eluser]
[quote author="CI jforth" date="1190726522"]do like google does select the carrier ie: t-mobile and add the number. it works good for me. simple & easy. send an email to [email protected][/quote] why it doesn't work for me? ![]() |
Welcome Guest, Not a member yet? Register Sign In |