Hey all, I have a website that I am designing that has a bunch of images in it.. instead of writing a bunch of html code to put these images into a table I wanted to use MYSQL and PHP to do so. I know that storing the images themselves is a bad idea so can anyone give me a hint on how to store the file information (i.e path and filename) into the database.. More like what information i need. also is it possible to have all the filenames in a text file and read the info from there to populate the table??