Justtechjobs.com Find a programming school near you






Online Campus Both


php-windows | 2001042

Re: [PHP-WIN] Global variable From: Ruslan Ohitin (rus <email protected>)
Date: 04/28/01

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>