RE: [php-list] Undefined variables arggggg

2008-02-11 Thread Chris Wood
Use $_SERVER['PHP_SELF'] From: php-list@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian E Boothe Sent: Monday, February 11, 2008 11:30 AM To: php-list@yahoogroups.com Subject: Re: [php-list] Undefined variables arg that worked but how do i

[php-list] Undefined variables arggggg

2008-02-11 Thread Brian E Boothe
dang it here we go again: I'm getting these errors AGAIN !! on my PHP page: how do i get these NOT to show up and my code Actually WORKS using *PHP* *ver*. 5.1.6 Notice: Undefined variable: submit in c:\Inetpub\wwwroot\helpdesk.php on line 61 Line 61 is

Re: [php-list] Undefined variables arggggg

2008-02-11 Thread Brian E Boothe
that worked but how do i fix the error here ? echo form method='post' action='$PHP_SELF'br\n; * Notice*: Undefined variable: PHP_SELF in *c:\Inetpub\wwwroot\helpdesk.php* on line *86* [Non-text portions of this message have been removed]

Re: [php-list] Undefined variables arggggg

2008-02-11 Thread Roshith Kaniyamchalil
Hi, It is because of NOTICE is 'on' in your php.ini file. To remove the displaying of these errors, Open your php.ini file and serach 'error_reporting'. It may appear more than once. And make a change in the last result as error_reporting = E_ALL ~E_NOTICE and after that restart apache.

Re: [php-list] Undefined variables arggggg

2008-02-11 Thread Gustavo Coutinho
On Mon, Feb 11, 2008 at 4:16 PM, Brian E Boothe [EMAIL PROTECTED] wrote: dang it here we go again: I'm getting these errors AGAIN !! on my PHP page: how do i get these NOT to show up and my code Actually WORKS using *PHP* *ver*. 5.1.6 Notice: Undefined variable: submit in

Re: [php-list] Undefined variables arggggg

2008-02-11 Thread listgroups08
- Original Message - From: Brian E Boothe dang it here we go again: I'm getting these errors AGAIN !! on my PHP page: how do i get these NOT to show up and my code Actually WORKS using *PHP* *ver*. 5.1.6 Notice: Undefined variable: submit in