RE: [phplib] php4/win2K/Query_String From: Taylor, Stewart (Stewart.Taylor <email protected>)
Date: 06/11/01

The php.ini setting register_globals needs to be on in order for php to make
the query values available as globals.

Also, if the track_vars option is on you can access GET,POST,COOKIE,
SESSION, ENVIRONMENT and SERVER variables via the HTTP_*_VARS arrays.

e.g. In your case HTTP_GET_VARS[menu]

-Stewart

-----Original Message-----
From: John Lucas [mailto:lucasj <email protected>]
Sent: 11 June 2001 15:05
To: Taylor, Stewart
Subject: RE: [phplib] php4/win2K/Query_String

Stewart

Thank you. I must be doing something wrong because the variable 'menu' is
not being passed through from the Query_String:

./index.php?menu=1

Could it be because of a configuration problem with php.ini.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>