[thelist] PHP sessions Apache/Windows..MORE

Jay Blanchard jay.blanchard at niicommunications.com
Wed Jun 5 10:06:04 CDT 2002


[snip]
Check your PHP version. In the latest version GLOBAL VARIABLES in php.ini
have been defaulted to 'off' instead of 'on'. This will effect how variables
are passed from page to page and/or how you have to retrieve them from page
to page. That would be the first thing that I would check. If you find it to
be 'off' turn it back 'on' and test your scripts.
[/snip]

The exact line that you're looking for in php.ini is;

register_globals = On

HTH!

Jay





More information about the thelist mailing list