RE: [PHP] Undefinded Index on Mysql Result under Win98/PWS

2001-02-23 Thread Greg Kopp
Thanks a ton to all. That did the trick. Greg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 1:47 PM To: Jason Stechschulte; Greg Kopp; [EMAIL PROTECTED] Subject: Re: [PHP] Undefinded Index on Mysql Result under Win98/PWS

Re: [PHP] Undefinded Index on Mysql Result under Win98/PWS

2001-02-23 Thread Jason Stechschulte
On Fri, Feb 23, 2001 at 11:47:12AM -0700, [EMAIL PROTECTED] wrote: > That might be good for a temporary solution, but not having quotes there > ia a potential bug waiting to happen. That is why it there is a warning > about it. I agree. Since he didn't use the quotes on the live system though,

Re: [PHP] Undefinded Index on Mysql Result under Win98/PWS

2001-02-23 Thread php3
Addressed to: Jason Stechschulte <[EMAIL PROTECTED]> Greg Kopp <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Jason Stechschulte <[EMAIL PROTECTED]> Fri, 23 Feb 2001 12:59:05 -0500 > > On Fri, Feb 23, 2001 at 12:20:19PM -0500, Greg Kopp wrote: > > I am us

Re: [PHP] Undefinded Index on Mysql Result under Win98/PWS

2001-02-23 Thread mjriding
Check your php.ini file. The line for error report is set to E_ALL by default. Change it to E_PARSE so that minor errors (like the one you mentioned) aren't reported to the screen. Thanks. On Fri, 23 Feb 2001, Greg Kopp wrote: > I am using PHP4 + MySQL + PWS + Windows 98. > > We are tryi

Re: [PHP] Undefinded Index on Mysql Result under Win98/PWS

2001-02-23 Thread Jason Stechschulte
On Fri, Feb 23, 2001 at 12:20:19PM -0500, Greg Kopp wrote: > I am using PHP4 + MySQL + PWS + Windows 98. > We are experiencing TWO problems: > > First, unless we put quote marks around the index so it reads > $AppResult['AppDOB'], we get an undefined constant. This doesn't happen on > our Linux/A