At 11:28 PM 10/8/01 -0500, you wrote:
>Thank you for your help so far but it seems as though the same problem
>is happening.  For some reason the php won't grab the variable values.
>The only difference now is that it doesn't show me the error, it is just
>blank where it should be displaying the variable values.
>-steven

You must have upgraded to version 4.2 of PHP.  The default setting for a 
crucial setting in the php.ini file has been changed with this 
version.  It's called "register_globals" and it has been turned off for 
security purposes.

For more information, check out:
See
http://www.php.net/release_4_2_0.php
and http://www.php.net/ChangeLog-4.php

-Mike


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

Reply via email to