Reputation: 849
Can any one explain how to achieve the below requirement.
I need how to achieve this using php or any other language.
Thanks, Lokesh.
Upvotes: 4
Views: 12517
Reputation: 1677
You can use this SMS software http://smsenabler.com. It can automatically post incoming SMS messages to the URL of your PHP script and send back reply SMS messages.
It uses a 3G/GSM modem (dongle) plugged in a computer to receive SMS. Such modems/dongles have a SIM card inside, therefore they have a phone number to which text messages can be sent.
Upvotes: 1
Reputation: 26
You can use www.aql.com to receive SMS messages into your application. May work best in the UK...
Upvotes: 0
Reputation: 38740
Use Twilio (http://www.twilio.com/), I'm using them now to send SMS messages and their API for receiving them is very simple and easy to setup.
Docs: http://www.twilio.com/docs/quickstart/sms/hello-monkey
Upvotes: 5