Peter Hodge wrote:
Hi,

Try:

  <?php print_r($_SERVER);

or

  <?php print_r($GLOBALS);

Or

  <?php phpinfo();

I didn't think there was a way to 'turn off' the superglobals.

There is. You specify which ones you want with the variables_order setting in the ini file.

-Rasmus

Reply via email to