Re: [PHP] PHP Variable Declare

2003-01-22 Thread Adam Voigt
You are infact not getting a error, your getting a warning, it's perfectly normal for a very-debugged PHP page to complain about undefined variables and most people just set the error reporting in there php.ini to "E_ERROR & ~E_NOTICE" which should remove the warning. On Wed, 2003-01-22 a

[PHP] PHP Variable Declare

2003-01-22 Thread Stephen Goehler
Hey guys, Thanks in advance for your help. I'm working on emailing the contents of a form using php. It worked fine, until I turned global_variables off in an attempt to secure the form (I still have yet to write the data validation part). Anyway, I have an IF statement that fires depending on