Created
November 5, 2016 19:37
-
-
Save NinoSkopac/43b52548f04b26e5090b53c87db1cd6d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<body> | |
<?php | |
print $_SERVER['REQUEST_URI']; | |
$q = rand(); | |
?> | |
<br> | |
<a href="/test2.php?q=<?php print $q; ?>">take me away</a> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment