Skip to content

Instantly share code, notes, and snippets.

@alexhidalgo
Created November 25, 2015 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexhidalgo/c72effa5f9f3a2989dbe to your computer and use it in GitHub Desktop.
Save alexhidalgo/c72effa5f9f3a2989dbe to your computer and use it in GitHub Desktop.
<?php
$name = $_REQUEST['SendDigits']
// now greet the caller
header("content-type: text/xml");
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
?>
<Response>
<Say>Hello <?php echo $name ?>.</Say>
</Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment