RE: [PHP] Problem with Not displaying HTML if data not found

2002-07-22 Thread Martin Towell
kbm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 2:29 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Problem with Not displaying HTML if data not found When I changed this line, it still gives me the same problem. My db field is a varchar(125)...could that have anything to do with it? Basi

Re: [PHP] Problem with Not displaying HTML if data not found

2002-07-22 Thread markbm
When I changed this line, it still gives me the same problem. My db field is a varchar(125)...could that have anything to do with it? Basically, the first time, without data in the field...it works fine and the is not displayed, but when I add data back into the field, nothing changes...its lik

RE: [PHP] Problem with Not displaying HTML if data not found

2002-07-22 Thread Martin Towell
what about if (strlen($result["FLRPLAN_3"]) > 0) -Original Message- From: markbm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 2:02 PM To: [EMAIL PROTECTED] Subject: [PHP] Problem with Not displaying HTML if data not found I am trying to develop a page that, in certain pla