php-windows | 2001042
Date: 04/28/01
- Next message: Gu Weidong-a1923c: "[PHP-WIN] How to get the Option Value?"
- Previous message: Руслан Охити: "Re: [PHP-WIN] Global variable"
- In reply to: Olivier Botineau: "[PHP-WIN] Global variable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Olivier,
There is no print_r in PHP3. It's my error.
Try this
reset($HTTP_SERVER_VARS);
echo "Server variables:<br>";
while(list($name, $val) = each($HTTP_SERVER_VARS)) {
echo "$name = $val<br>";
}
-- Best regards, Ruslan mailto:rus <email protected>-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Gu Weidong-a1923c: "[PHP-WIN] How to get the Option Value?"
- Previous message: Руслан Охити: "Re: [PHP-WIN] Global variable"
- In reply to: Olivier Botineau: "[PHP-WIN] Global variable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

