In a message dated 1/8/03 4:53:09 PM Pacific Standard Time,
[EMAIL PROTECTED] writes:

> I installed Apache and PHP and when I try and run PHP files, they won't
>  accept variable values that apache tries to post to it. I've tried using
>  both forms and the format that you see above in the subject. Anyone got a
>  guess at what may be wrong?
>

I suspect the problem is that your register_globals is turned off. If you
are accessing the variable as 

$variable

and it doesn't seem to show anything, try accessing it as:

$_GET['variable'];


Janet


-------------------
Janet Valade
Author, PHP & MySQL for Dummies
 

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to