Re: [PHP] nested statement problem

2004-06-11 Thread Curt Zirzow
* Thus wrote Eric Boerner ([EMAIL PROTECTED]): > I am having a problem with a nested if statement in php. Everything > works fine, but it doesn't display the information that I am trying to > retrieve using a second if statement. > > CODE: > > if (($fr == 'FR') && ($xe == 'XE') && ($co == 'CO'))

[PHP] nested statement problem

2004-06-11 Thread Eric Boerner
I am having a problem with a nested if statement in php. Everything works fine, but it doesn't display the information that I am trying to retrieve using a second if statement. CODE: if (($fr == 'FR') && ($xe == 'XE') && ($co == 'CO')) { print "Statement"; } elseif (($ag == 'AG') && ($rz