Created
October 2, 2023 15:19
-
-
Save lauritzh/1a15fb3e03b0e89525bf04ee455b6c69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
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