Re: [PHP-INST] How to 'define a variable'

2002-09-12 Thread David Tod Sigafoos
Hello Doug, Wednesday, September 11, 2002, 6:01:38 PM, you wrote: DY> Appears my script is working now, although its spitting out a bunch DY> of 'Undefined variable blah blah blah' messages. DY> Would someone please enlighten me on where one find a simple english DY> explanation of how to defin

Re: [PHP-INST] How to 'define a variable'

2002-09-12 Thread Jim Thome
The "undefined variable" message is a warning, not an error, and can therefore be safely ignored. You can find detailed information on assigning variables here: http://www.php.net/manual/en/language.variables.php ~Jim >>> "Doug Young" <[EMAIL PROTECTED]> 09/11/02 09:56PM >>> > Turn down the

Re: [PHP-INST] How to 'define a variable'

2002-09-11 Thread Doug Young
> Turn down the error reporting in your script. > > http://us2.php.net/manual/en/function.error-reporting.php > Well I guess that would 'hide' the problem, but not fix it or am I missing something here ?? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP-INST] How to 'define a variable'

2002-09-11 Thread Jim Thome
Turn down the error reporting in your script. http://us2.php.net/manual/en/function.error-reporting.php ~Jim >>> "Doug Young" <[EMAIL PROTECTED]> 09/11/02 19:03 PM >>> After considerable aggro getting PHP4 to do whaI wanted, I finally got some joy by setting 'register globals = On' At present I