Skip to content

Instantly share code, notes, and snippets.

@dwatrous
Created October 19, 2016 17:04
<?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