How to Use Newline in SMS Message When Sending via HTTP SMS API
How to Use Newline in SMS Message When Sending via HTTP SMS API
We have been receiving lot of enquiries to insert newline in the SMS message while sending SMS using HTTP SMS API.
So today, we have decided to post some sample code using PHP CURL method.
PHP CURL Sample code as follow:
[php]
<?php $target_url = ‘http://www.smsgatewaycenter.com/library/send_sms_2.php’; $msg = “Hello Oscar,\r\nYour order dated 22/08/2016\r\nAmount INR 5000 Cash On…
View On WordPress












