$_SERVER['REQUEST_URI'];
<?php foreach ( $_SERVER as $k => $v ){ print "$k => $v<br>\n"; } ?>
<?php phpinfo(); ?>