How to Send Bulk SMS With PHP Code
Have you ever thought about sending SMS by just enter an URL? iSMS Philippines has enhanced our services whereby you can now use PHP coding to initiate HTTP communication between our SMS System and your website.
To understand more about our iSMS Philippines API Key features, please visit Developer API page. All available features and configurations will be displayed at the iSMS Philippines Developer API page.
Find out more about SMS API Key in other programming languages.
Sending SMS via URL parameters
Step 1: Copy the script below to your browser
Step 2: Replace the username, password and destination number (including full country code) with your account information
Sending SMS via PHP script
Step 1: Use the sample PHP code to generate link
&msg=".urlencode($msg)."&type=".$type."&sendid=".$senderid; fopen($sendlink, "r");
Step 2: Replace the username, password and destination number (including full country code) with your account information
You can now send sms through your application or website integrated with the PHP code.