Date: 06/11/01
- Next message: Paul Smith: "[phplib] Session variables 'disappear' then 're-appear'"
- Previous message: Valter Santos: "RE: [phplib] Webhosting"
- Maybe in reply to: John Lucas: "[phplib] php4/win2K/Query_String"
- Next in thread: nathan r. hruby: "RE: [phplib] php4/win2K/Query_String"
- Reply: nathan r. hruby: "RE: [phplib] php4/win2K/Query_String"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Paul Smith: "[phplib] Session variables 'disappear' then 're-appear'"
- Previous message: Valter Santos: "RE: [phplib] Webhosting"
- Maybe in reply to: John Lucas: "[phplib] php4/win2K/Query_String"
- Next in thread: nathan r. hruby: "RE: [phplib] php4/win2K/Query_String"
- Reply: nathan r. hruby: "RE: [phplib] php4/win2K/Query_String"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

