Skip to content

Instantly share code, notes, and snippets.

View aphilas's full-sized avatar

Neville aphilas

View GitHub Profile
<?php
// Reads the variables sent via POST from our gateway
$sessionId = $_POST["sessionId"];
$serviceCode = $_POST["serviceCode"];
$phoneNumber = $_POST["phoneNumber"];
$text = $_POST["text"];
if ( $text == "" ) {