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

2002-07-22 Thread markbm
n message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Tuesday 23 July 2002 11:58, markbm wrote: > > 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 im

[PHP-DB] 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

[PHP-DB] Re: HTML button display problem

2002-07-22 Thread markbm
7;REL_PLAN5'), mysql_result($result,0,"REL_PLAN5")); }; if ($result[REL_PLAN6]<>" ") {; printf (", "); printf (mysql_result($result, 0,'REL_PLAN6'), mysql_result($result,0,"REL_PLAN6

[PHP-DB] Re: HTML button display problem

2002-07-22 Thread markbm
IL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Markbm wrote: > > I am working through an issue where I'm trying to display HTML code, stored > > in a text field in a MySQL d

[PHP-DB] Retrieving/Displaying hyperlinked images with PHP

2002-07-06 Thread markbm
I am trying to build a "product detail" page that pulls data from a MYSQL database using PHP. The data for the page includes product images, which I am trying to link to (i.e. from their location on the web server) instead of loading the images into the database. However, I cannot find any sample