RE: [PHP-DB] concatenating (was: RE: [PHP-DB] Retrieving/Displaying hyperlinked images with PHP)

2002-07-07 Thread César Aracena
ell: echo " -Original Message- > From: Jen Swofford [mailto:[EMAIL PROTECTED]] > Sent: Sunday, July 07, 2002 2:31 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] concatenating (was: RE: [PHP-DB] Retrieving/Displaying > hyperlinked images with PHP) > > Can somebody exp

[PHP-DB] concatenating (was: RE: [PHP-DB] Retrieving/Displaying hyperlinked images with PHP)

2002-07-07 Thread Jen Swofford
Can somebody explain to me the rule on concatenating? So far, I haven't had to use those mysterious-looking dots. ;) My code goes like this: echo ""; Does it work because I'm lucky? Honestly I haven't been impressed with the documentation I've found online. Jen Swofford [EMAIL PROTECTED] >

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

2002-07-07 Thread Rich Hutchins
} */ } //ending image table tags echo(" "); //ending page div tag echo(" "); ?> ####

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

2002-07-06 Thread César Aracena
elps you, > > C. > > > -Original Message- > > From: markbm [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, July 06, 2002 8:35 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP-DB] Retrieving/Displaying hyperlinked images with PHP > > > > I am

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

2002-07-06 Thread César Aracena
e when inserting a new product. You can also make more than one image field if needed i.e. several angles of a vehicle. Hope this helps you, C. > -Original Message- > From: markbm [mailto:[EMAIL PROTECTED]] > Sent: Saturday, July 06, 2002 8:35 PM > To: [EMAIL PROTECTED]

[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