Hmm, yes. Why did I not think of error reporting at E_ALL?
Chris Hewitt wrote:
Michael Egan wrote:
All of the PHP scripts hosted on a Linux server I'm working with have
suddenly begun producing an error message:
undefined variable 'variablename'
Has the code been working on a different server with an earlier
version of PHP (or this server upgraded)? It sounds as though it needs
register_globals in php.ini turned on, or the code modified to use the
$_GET and $_POST super globals.
HTH
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php