Problem with migrating from php3 to php4 A warning message appears for each variable: "warning($variableName no declared)". thanks
Default warnings were made more paranoid in recent versions of PHP. They can be adjusted in php.ini or with error_reporting(). See the manual for details.