Skip to content

Instantly share code, notes, and snippets.

@NinoSkopac
Created November 5, 2016 19:37
Show Gist options
  • Save NinoSkopac/43b52548f04b26e5090b53c87db1cd6d to your computer and use it in GitHub Desktop.
Save NinoSkopac/43b52548f04b26e5090b53c87db1cd6d to your computer and use it in GitHub Desktop.
<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