Jamie Novak said:

> On one of my machines, I'm running PHP 4.1.2.  On another machine, I'm
> running 4.2.1.  The script I'm having problems with runs fine under
> 4.1.2, but fails to work under 4.2.1.

> http://myserver/index.php?dir2=somedirectory

> In 4.1.2, if I echo $dir2 at the beginning of the script just for
> testing, it will echo the value of the variable without issue.  In
> 4.2.1, the variable never appears to get set at all, although it does
> show up just the same in $QUERY_STRING under both versions of PHP, so I
> know something is at least being passed back to the server.

php.ini > register_globals

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk



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

Reply via email to