Hi Paul,
I have tried altering the error_reporting variable however it doesn't
seem to make any difference.
Cheers
Freddy
Paul wrote:
You need to adjust the error reporting:
http://uk2.php.net/error_reporting
Try:
error_reporting(E_ALL ^ E_NOTICE);
Paul
On 7/10/05, freddy <[EMAIL PROTECTED]> wrote:
Hi There everyone
This is my first post here so please forgive me if i don't give all the
information you require... just ask and i will supply.
Apache 1.3.33-win32
PHP 4.3.10-win32
I am running it on Windows 2000 Professional Workstation.
The problem i seem to be having is that when running many different
scripts I get many undefined variable messages.
I am not sure what is causing this at present.
Can anyone assist with whatever seems to be the problem?
Thanks
Freddy