Alexis Antonakis wrote:

>The thing I was wondering is whether there is any advantage in saving IMAGES
>in a database?
>  
>
None whatsoever unless you can't do remote file access any other way.

# SQL: SELECT name FROM images LEFT JOIN table1 ON table1.imageid =
images.id;
# Program: open(name) off filesystem, or:
# <IMG SRC="./images/$name"> ...

-- 
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to