Interested with Bulk SMS Indonesia? Contact Us HERE

Check Bulk SMS Indonesia With PHP Code

Home / Send Bulk SMS Indonesia With PHP Code

How to Check SMS Balance With PHP Code

With an aim to expand our Bulk SMS API base in multiple platforms, we are enabling you to check your SMS balance via PHP coding. This means you can also implement the scripts in your PHP website or any web based applications.

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 Check SMS Balance feature into your PHP application and enjoy our SMS services.

Please click below to find out about our send SMS API in other programming languages.

The HTTP respond will initiate a connection with the bulk sms Indonesia system to your website. With PHP integration done, you can keep track on your bulk sms balance status anytime easily.

Below is a check SMS balance sample code for your reference. Make sure that before starting, you need to register for a Bulk SMS Indonesia account.

Click HERE to start register.

Please ensure you have the following Bulk SMS Indonesia account information at hand:

  1. username
  2. password

To get started, you may have to reload some credits into your bulk sms account before you can send out messages. You can purchase the credits HERE. After making your payment, an email with the reload pin will be sent to you.

Note: Please check your email inbox or spam box.

You may login to your Bulk SMS Indonesia account to reload your credits using the pin. Please click HERE to learn how to reload the credit.

You will need to create 2 files. Copy the HTML script below to your browser

How to check sms balance using PHP
<html>
<body>
<form action="Check Balance.php" method="POST">
<p>username isms:<input type="text" name="name"/>
<p>password isms:<input type="password" name="password"/>
<p><input type="submit" value="submit"/>
</form>
</body>
</html>

The second file you would create is a PHP file. Copy the PHP scripts into the PHP file and save it.

<?php
if($_POST['name']!=NULL){
$name=$_POST['name'];
}
if($_POST['password']!=NULL){
$pass=$_POST['password'];
}

header( "Location: http://isms.com.my/isms_balance.php?un=$name&pwd=$pass");
?>


Run the HTML file and fill in your username and password. Done! You can now check your sms balance in your Bulk SMS Indonesia account.

How to check sms balance using PHP

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 !