--- php-general <[EMAIL PROTECTED]> wrote:
> In php.ini, "safe_mode" is off, and "register_globals" is on.
[snip]
> "You have entered the following name: ..." is never displayed.
[snip]
> echo "You have entered the following";
> echo " Name: $vn $nn<p>";
I guess you found a php.ini somewhere and saw that register_globals was
on? I seriously doubt your findings (unless I overlooked a typo regarding
a variable name or something), but please add this code to be sure:
echo 'register_globals [' . ini_get('register_globals') . ']';
Hope that helps.
Chris
=====
Chris Shiflett - http://shiflett.org/
PHP Security - O'Reilly
Coming Fall 2004
HTTP Developer's Handbook - Sams
http://httphandbook.org/
PHP Community Site
http://phpcommunity.org/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php