In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (News.Fbcc.Com) wrote:

> http://www.wayneswoodworks.net/test/samples.php3?&key=1
> 
> When I get into samples.php3 I do:
> 
> $record = $HTTP_GET_VARS["key"];
> 
> echo "record=$record<br>";
> 
> And the record variable is blank/missing. I have other pages that are
> passing variables in the same website and it works fine. "Track vars" is
> enabled. I know I must be missing something but I sure can't figure out

(Assuming that you're not trying to access global variables from inside a 
function...)  

Huh.  Have you tried calling phpinfo() from that script anyway?  Maybe a 
global configuration setting is getting overridden by a local setting in 
that one script...?

-- 
CC

-- 
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