RE: [PHP-DB] RedHat 7 vs. Windows 98

2001-02-22 Thread John Halladay
Thanks a bunch, (sorry that I'm an amateur at this.) How do I set the error level? -Original Message- From: Ron Brogden [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 5:46 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] RedHat 7 vs. Windows 98 At 05:23 PM 2/22/2001

Re: [PHP-DB] RedHat 7 vs. Windows 98

2001-02-22 Thread Ron Brogden
At 05:23 PM 2/22/2001 -0700, you wrote: >I've resolved a similar error by using isset() for if ($id) but when I do >the same for if (!$id) I get a parse error. Sounds like you placed the ! in the wrong spot maybe? "if(!isset($foobar)) {}" is fine syntactically as far as I am aware. >Second err

[PHP-DB] RedHat 7 vs. Windows 98

2001-02-22 Thread John Halladay
This isn't an issue with RedHat Linux 7.0 but I'm getting a series of errors from Windows 98. First, I'm getting an undefined variable error on the following statement. (The database I'm using is MySQL.) if (!$id) { I've resolved a similar error by using isset() for if ($id) but when I do the