xcoderx Posted June 3, 2009 Share Posted June 3, 2009 A friend of mine wants to get a php site advertising and publishing site but for advertiser to add fund either pay with paypal or send sms to a number n get the account credited by either charging in phone bill n pre paid users credit gets detuctd say that sms charges 2usd instead of 50 cent and it should be worldwide. Can anyone explain if it can be done? If so then how to get this sms thing and also conect to the php script so it tracks the cel number frm database and update that perticular account. Quote Link to comment https://forums.phpfreaks.com/topic/160786-solved-is-it-possible-send-sms-add-fund/ Share on other sites More sharing options...
JonnoTheDev Posted June 3, 2009 Share Posted June 3, 2009 You can use online SMS providers. They will give you an API to send messages. Search Google. Quote Link to comment https://forums.phpfreaks.com/topic/160786-solved-is-it-possible-send-sms-add-fund/#findComment-848611 Share on other sites More sharing options...
xcoderx Posted June 3, 2009 Author Share Posted June 3, 2009 No no its not for sending sms but users sending sms to say 8888 the number i provide and that sms would charge the user 2usd and his credit get updated in the site. Quote Link to comment https://forums.phpfreaks.com/topic/160786-solved-is-it-possible-send-sms-add-fund/#findComment-848651 Share on other sites More sharing options...
JonnoTheDev Posted June 3, 2009 Share Posted June 3, 2009 Can't help there sorry. You would need a trigger from the SMS receiver to your webserver. Quote Link to comment https://forums.phpfreaks.com/topic/160786-solved-is-it-possible-send-sms-add-fund/#findComment-848653 Share on other sites More sharing options...
MadTechie Posted June 3, 2009 Share Posted June 3, 2009 Yes, theirs a few mainly in the USA only a few in the UK (thats me) google "Premium SMS" you should find a few, find one with an API to manage it, basically they text the number and will get back a code, then they enter the code on the site for whatever! Â PS, this is NOT PHP related! Quote Link to comment https://forums.phpfreaks.com/topic/160786-solved-is-it-possible-send-sms-add-fund/#findComment-848654 Share on other sites More sharing options...
xcoderx Posted June 3, 2009 Author Share Posted June 3, 2009 Hope it is posible and i have seen sites u register but until u send an sms ur acount wil not be activated. Wonder how they do it Quote Link to comment https://forums.phpfreaks.com/topic/160786-solved-is-it-possible-send-sms-add-fund/#findComment-848656 Share on other sites More sharing options...
MadTechie Posted June 3, 2009 Share Posted June 3, 2009 yeah you can do it, most use ASPX, but it all depends on the API Quote Link to comment https://forums.phpfreaks.com/topic/160786-solved-is-it-possible-send-sms-add-fund/#findComment-848672 Share on other sites More sharing options...
xcoderx Posted June 3, 2009 Author Share Posted June 3, 2009 Thanks techie bro u solved it, that was exactly what i was talking about. Quote Link to comment https://forums.phpfreaks.com/topic/160786-solved-is-it-possible-send-sms-add-fund/#findComment-848673 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.