Re: [PHP] Image in a Template

2001-02-14 Thread Gary
That is exactly what I ended up doing. Thanks to all. Gary Ankur Verma wrote: > keep the images in a folder on the file system and link the filename of the > picture to the product tuple in the dataabse. > > I would suggest you use the product ID as the filename for the picture in > the folder

Re: [PHP] Image in a Template

2001-02-14 Thread Ankur Verma
keep the images in a folder on the file system and link the filename of the picture to the product tuple in the dataabse. I would suggest you use the product ID as the filename for the picture in the folder. that shoudl amke it easier for you to administer. best regards Ankur Verma HCL Technolo

RE: [PHP] Image in a Template

2001-02-13 Thread John Huggins
In my humble opinion, I would place the actual images in your web directory and put the file names into the database so build your image tags. Sure the db can store the actual image data, but I really believe that the filesystem is the better medium for the raw files. Name the image relating to

RE: [PHP] Image in a Template

2001-02-13 Thread Andrew
Gary, Put the path to the pic in the database, and the pic in the filesystem. Ususally much faster, unless you have a very large number of pics in a folder. regards, andrew > -Original Message- > From: Gary [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 13, 2001 3:25 PM > To: [E