How to Update Bulk SMS Task Scheduler With PHP Code

Besides creating Bulk SMS Task Scheduler using PHP, you can also update the task using similar methods.

To understand more about our iSMS API Key features, please visit our Developer API page.


All available features and configurations will be displayed at the iSMS Developer API page. Integrate our SMS API into your PHP application and enjoy our SMS services.

Please click below to find out about other task scheduler samples.


Bulk SMS Scheduler API only requires a few information from you such as username, password and your mobile number. It is free. You may click HERE to learn how to reload your iSMS account.


If you do not have an iSMS account, register for a username and password from iSMS Register Page



1. Firstly, get your bulk SMS task scheduler ID


To learn how to create and retrieve the the task scheduler ID, please click HERE.




2. Integrate Bulk SMS Task Scheduler PHP code into PHP file.


How to Update Bulk SMS Scheduler With PHP Code

After retrieving the SCID, go to your PHP file and add in the code, as shown in the illustration below.


How to Update Bulk SMS Scheduler With PHP Code

<?php


$username = "isms";

$password = "isms123";

$dstno = 601xxxxxxx;

$msg = "testing message";

$det = "description";

$tr = "onetime";

$type = 1;

$senderid = "isms";

$date = "2013-12-12";

$hour = 12;

$min = 15;

$week = 1;

$month = 1;

$day = 1;

$scid = 12345 ; //scid get from the task scheduler you created

$action = "update";


$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."&scid=".$scid."&action=".$action;

fopen($sendlink, "r");

?>

After SCID is amended, you can run the PHP file. A HTTP request will be initated and the browser address bar will displayed the address as below:


Click to view clearer.
How to Update Bulk SMS Scheduler With PHP Code


3. It works! Bulk SMS API Task Scheduler is amended.


As you you log in again to check your bulk SMS task scheduler, the trigger and details has changed. This means you have successfully update the task.


How to Create Bulk SMS Scheduler With PHP Code

Contact Us

Please contact us HERE, if you have any enquiries or looking for any consultation.

Email: 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)

Fax:

  • +604 611 5620 (Penang, Malaysia)
  • +603 7980 2388 (Kuala Lumpur, Malaysia)

Articles

 

SMS Coverage for All Countries Worldwide

A B C D E F G H I J K L M N O P Q R S T U V Y Z
divider