Joined
Last Seen
-3 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
0 Endorsements
Ranked #72.8K
~854 People Reached
Favorite Forums
Community Center x 1
Web Development x 1
2 Posted Topics
You just need to integrate SMS API into your website. You need to get api key from any Messaging provider like [Spring Edge](http://www.springedge.com). for CMS like joomla, opencart, woo commerce, zencart, wordpress, SpringEdge's messaging Modules can be used. Get API Key from Spring Edge Messaging Gateway Provider.
to send sms form your website you need to integrate SMS API into your website code With below Steps: Integrating HTTP API: [Download sendsms php class code](http://springedge.com/php-send-sms-code.html) Use below code in your file to send sms <?php include 'sendsms.php'; $sendsms=new sendsms("http://alerts.springedge.com/api" , "API key HERE", "sender ID HERE"); $sendsms->send_sms("99xxxxxxxx", "MESSAGE …
The End.
Semy