Special Arrays



examples/intro/special_arrays.php
<?php

print $_SERVER["HTTP_USER_AGENT"];
?>
<p>
<?php
print $_GET["name"];
?>
</p>

<a href="?name=Something">What else ?</a>