> I know there is a way to do it in Perl, but is there anyway 
> in PHP to display all of the global variables. Such as OS, 
> browser, date/time, that sort of thing
> 
> I know I could print each one seperately, but are they all 
> stored in an array somewhere?

<? phpInfo(); ?> 

That should show you everything...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to