Skip to content

Instantly share code, notes, and snippets.

@RobSpectre
Created November 9, 2015 21:42
Show Gist options
  • Save RobSpectre/70e6a6e831baec1ba8a9 to your computer and use it in GitHub Desktop.
Save RobSpectre/70e6a6e831baec1ba8a9 to your computer and use it in GitHub Desktop.
Get body of a Twilio SMS message in PHP
<?php
header('Content-type: text/xml');
$body = $_REQUEST['Body'];
?>
<Response />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment