Most likely your php.ini settings are a little different now.  In this
case, it's the error_reporting setting.  Specifically, E_NOTICE will shout
out such errors. 

  http://www.php.net/manual/en/phpdevel-errors.php

  http://www.php.net/manual/en/features.error-handling.php

  http://www.php.net/manual/en/configuration.php#ini.error-reporting

Also, you can always play with the error_reporting() function.

regards,
Philip Olson

On Tue, 23 Oct 2001, Maurice Schalker wrote:

> After an update to 4.06 my guestbook isnīt working correct.
> Between de code, i get an error :
> Undefinde variable ? What went wrong?
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to