Send SMS from Website PHP Script
Send SMS from Website PHP Script
Class to send text messages from website to user's mobile number. It take mobile number and text message as input
$SpringEdge->sendsms('9089XXXXXX', 'It is a text message');
Include Spring Edge sms class and create object of the class. Call the function sendsms with mobile number and text message. the class will call the sms gateway and send sms to user's mobile number.
It can be also used for CMSes like Wordpress, Magento, Opencart, Prestashop etc.
Class to send text messages from website to user's mobile number. It take mobile number and text message as input
$SpringEdge->sendsms('9089XXXXXX', 'It is a text message');
Include Spring Edge sms class and create object of the class. Call the function sendsms with mobile number and text message. the class will call the sms gateway and send sms to user's mobile number.
It can be also used for CMSes like Wordpress, Magento, Opencart, Prestashop etc.
Comments
Post a Comment