Skip to content

Instantly share code, notes, and snippets.

<!-- Top header -->
<!-- ============================================================== -->
<!-- Start Navigation -->
<div class="header header-light">
<div class="container-fluid">
<nav id="navigation" class="navigation navigation-landscape">
<div class="nav-header">
<a class="nav-brand" href="company-detail.html#">
<img src="assets/img/logo.png" class="logo" alt="" />
</a>
APP_ENV=local
APP_KEY=base64:fGPXg0tebmYihh1XCcNvmhJTGhcq96e2yY2U/B0PK3k=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=school
@Leeibrah
Leeibrah / callback.php
Created April 29, 2016 17:11
Callback URL
<?php
include("conn.php");
$time=time();
$from = $_POST['from'];
$to = $_POST['to'];
$text = $_POST['text'];
$date = $_POST['date'];
$id = $_POST['id'];
$linkId = $_POST['linkId'];
<?php
//Sending Messages using sender id/short code
require_once('AfricasTalkingGateway.php');
$username = "leeibrah";
$apikey = "fcaf954b3d76c362378af7185068142cab35de9284e4371234d945bc324227aa";
// $recipients = "+254711XXXYYY,+254733YYYZZZ";
$recipients = "+254714019079";