Skip to content

Instantly share code, notes, and snippets.

@dwatrous
Created October 19, 2016 17:04
Show Gist options
  • Save dwatrous/b07cc36b01e6e84a3decaadf3174dd22 to your computer and use it in GitHub Desktop.
Save dwatrous/b07cc36b01e6e84a3decaadf3174dd22 to your computer and use it in GitHub Desktop.
<?php
header('Content-Type: application/json');
echo '{"message": "'.$_GET['message'].'"}';
error_log("ECHO MESSAGE: ".$_GET['message'], 0);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment