[PHP] Can I turn this error off?

2001-08-17 Thread Rene Fournier
Just started learning PHP/MySQL a couple days ago, and would like to know if I can somehow suppress the following error: Warning: Undefined variable: submit in c:\Program Files\Apache Group\Apache\htdocs/smartslitters/invoices.php on line 22 Is it just a server or PHP setting or something? Any

Re: [PHP] Can I turn this error off?

2001-08-17 Thread Rasmus Lerdorf
Turn off E_NOTICE in your php.ini file. On Fri, 17 Aug 2001, Rene Fournier wrote: Just started learning PHP/MySQL a couple days ago, and would like to know if I can somehow suppress the following error: Warning: Undefined variable: submit in c:\Program Files\Apache