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
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]
>
}
*/
}
//ending image table tags
echo("
");
//ending page div tag
echo("
");
?>
####
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
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]
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