php_dev Posted July 21, 2008 Share Posted July 21, 2008 hello, i want to receive message using "clickatell" software into my application using php.i am having token no for my application....so customer will send sms to that number...but i dnt know how to receive those msg...where it will store? help me... Quote Link to comment https://forums.phpfreaks.com/topic/115809-how-to-receive-message-from-cell-to-application-using-clickatell-software/ Share on other sites More sharing options...
ignace Posted July 21, 2008 Share Posted July 21, 2008 sms can be compared to emails, an incoming sms can be handled through HTTP POST you need however to look for a server which supports sms gateways, you just need to redirect that gateway to your script to handle it (store in db or something) Quote Link to comment https://forums.phpfreaks.com/topic/115809-how-to-receive-message-from-cell-to-application-using-clickatell-software/#findComment-595371 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.