Re: $HTTP_SERVER_VARS['REQUEST_URI'] - help needed
Posted by .:J:. on 06/10/06 11:08
>> foreach($_SERVER as $key => $value){
>> print('$_SERVER['.$key.']' = '.$value.'<br />');
>> }
>
> ...
> print('$_SERVER['.$key.'] = '.$value.'<br />');
> ...
>
> -Lost
If I write this PHP:
<?php print('$_SERVER['.$key.'] = '.$value.'<br />'); ?>"
I get this in return on the webpage:
$_SERVER[] =