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
74EFEF5034CFB9D@EXCHANGE... > 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 N

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 tha

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

2002-07-22 Thread markbm
I am trying to develop a page that, in certain places, I only want it to display the and s if data is found for a given field. For example, if I only have an image for the first floorplan of a house, I do NOT have an image for the second floorplan of a house, then show the first floorplan imag