Skip to content

Instantly share code, notes, and snippets.

@lauritzh
Created October 2, 2023 15:19
Show Gist options
  • Save lauritzh/1a15fb3e03b0e89525bf04ee455b6c69 to your computer and use it in GitHub Desktop.
Save lauritzh/1a15fb3e03b0e89525bf04ee455b6c69 to your computer and use it in GitHub Desktop.
<!--
Launch: $ php -S 127.0.0.1:1234
Access via http://localhost:1234/test.php?p=test
-->
<?= header('Content-Type: text/xml'); ?>
aaa
bbb
<?= print_r($_GET['p']); ?>
ccc
ddd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment