Interested with Bulk SMS Indonesia? Contact Us HERE

Create SMS Task Scheduler With PHP Code

Home / Create Bulk SMS Task Scheduler With PHP Code

Steps on Creating Bulk SMS Task Scheduler Using PHP Code

Bulk SMS Indonesia is fine tuned to offer the convenience to blast SMS out at your preferred time. In order to allow you to enjoy this feature within your PHP application environment, we have created some PHP coding samples.

To understand more about our Bulk SMS Indonesia API Key features, please visit our Developer API page.

All available features and configurations will be displayed at the Bulk SMS Indonesia Developer API page. Integrate our Send SMS Task Scheduler feature into your PHP application and enjoy our SMS services.

Please click below to find out about our other Send SMS Task Scheduler API.

Please contact us if you face any difficulties, so that our developer team can assist you.

Before start, kindly ensure that you have registered with SMS Online Indonesia to get the login details such as username and password. Click HERE to begin.

Click HERE to login to your member console.

By using our SMS Online Indonesia SMS API keys, you can integrate Bulk SMS functions into your application. The Task Schedulers can be created in order for you to blast out short messages without logging into the member console.

1. Create a PHP file and label it with your desired name.

2. Copy the following sample PHP code and paste it into the PHP file. Then, replace the details below with your Bulk SMS Indonesia account information.

  • username
  • password
  • your mobile number

Then, go to SMS > Task Scheduler, you will notice that the listing is empty.

Bulk SMS Indonesia Task Scheduler with PHP

Sample PHP Coding

<?php

$username = "isms";
$password = "isms123";
$dstno = 6016xxxxxxx;
$msg = "text message over here";
$det = "TEST";
$tr = "weekly";
$type = 1;
$senderid = "isms";
$date = "2013-06-16";
$hour = 12;
$min = 45;
$week = 1;
$month = 1;
$day = 1;

$sendlink = "http://www.isms.com.my/isms_scheduler.php?
un=".urlencode($username)."&pwd=".urlencode($password)
."&dstno=".$dstno."&msg=".urlencode($msg)."&det="
.urlencode($det)."&tr=".$tr."&type="
.$type."&sendid=".urlencode($senderid)."&date="
.$date."&hour=".$hour."&min=".$min
."&week=".$week."&month=".$month."&day=".$day;

fopen($sendlink, "r");

?>


HTTPS Result

After uploading the PHP file onto web server then run it, a HTTPS request will be created and a window will be prompted. The web browser's address bar will display the following address:

https://www.isms.com.my/isms_scheduler.php?un=isms&pwd=isms&dstno=601xxxxxx&msg=hello&det=TEST&tr=onetime
&type=1&sendid=isms&date=2013-06-14&hour=08&min=15&week=1&month=1&day=1

Return to the "Task Scheduler" page and the new "Task Scheduler" will be listed on that page.


Other Contact Methods

For further enquiries, please contact us via the information below:

E-mail | sales@mobiweb.com.my
Note to registered users: Please include your Username in the email.

Phone Numbers:
  • 1800 87 7061 (Malaysia Toll-Free)
  • +604-642 0621 (Penang, Malaysia)
  • +603-2780 3880 (Line 1, Kuala Lumpur, Malaysia)
  • +603-7980 1388 (Line 2, Kuala Lumpur, Malaysia)
Whatsapp
  • +6016 450 2380
  Fax:
  • +604 611 5620 (Penang, Malaysia)
  • +603-7980 2388 (Kuala Lumpur, Malaysia)

Register iSMS For FREE !

  • Register Bulk SMS Indonesia Account
  • Purchase Bulk SMS Credits
  • Reload Bulk SMS Credits

Click HERE to Register !