<?

if ( isset($_POST["Mobile"])) {
	//capture MO SMS message data from CommzGate
	$outresult="MO_POST=> Mobile=".$_POST["Mobile"]."&Type=".$_POST["Type"]."&Message=".$_POST["Message"]."&Timestamp=".$_POST["Timestamp"]."&ServiceNum=".$_POST["ServiceNum"]."&ConnID=".$_POST["ConnID"]."&OperatorID=".$_POST["OperatorID"];
	
	echo "OK";
} 

//Do something with the received data

?> 