RE: [PHP-DB] variables gone?

2002-05-29 Thread Mark Roedel
Beginning in PHP 4.2.0, the normal behavior with respect to preloaded variables was changed (specifically, the default value of the register_globals configuration entry was changed from "on" to "off"). For details, see http://www.php.net/manual/en/language.variables.predefined.php ---

Re: [PHP-DB] variables gone?

2002-05-29 Thread Ed Gorski
In php.ini you need to turn register_globals on..you also might want to start using the $_GET, $_POST, $_SESSION global arrays ed At 02:49 PM 5/29/2002 +0100, Rob Fraser wrote: >Dear All, >I am probably doing something silly but I don't know what (story of my >life). I have just upgraded to