Developers >> PHP sample script
Online support |
|
|
Skype: sms-warehouse |
|
|
Electronic funds transfer or Paypal (Min 5 Max 500 Euro) Required Paypal authorisation |
|
Sep 9, 2012
SMSwarehouse Inc. wish to notify clients that we received an update from our SMSC partner stating that all mobile numbers in Brazil starting with area code 11 have be added with digit 9 in-between the two digit area code and the current eight digit local numbers.
|
Send SMS using PHP: Sample script
Please note you may have to adjust the scripts for your own system
Download SMS scripts (.zip file)
<?php
$user = "test";
$pass = "test";
$sender = "Tester";
$msisdn = "44123456789";
$msg = "Hello World";
$type = 1; // Text msg
$esm = 0;
$dcs = 0;
$msg = urlencode($msg);
// Send HTTP GET request to SMSWarehouse
fopen("http://smpp.smswarehouse.com/websms/webmsg?user=$user&pass=$pass&
sid=$sender&mno=$msisdn&text=$msg&type=$type&esm=$esm&dcs=$dcs","r"); ?>
Step 1. Quick test SMS - Step2. Register test account - Step 3. Buy SMS

