some days ago someone, I can't remenber, asked
how to do an image gallery so here is mine

available for downloading: www.lamundial.net/bol/img_gallery.zip
also posted in http://www.weberdev.com
you can see it working at: www.lamundial.net "fotos" section

when a thumb is clicked pops up a new window with
the sice of the photo displayed. no database is required,
names of the images are readed from a text file

Configurable
 $data_file = "photolist.txt";   //name of the text file
 $thumbnail_dir = "thumbs/"; //folder containing the thumbs
 $num_rows = 2;
 $photos_per_row = 2;

Credits:
Original code from an article written by: Todd Kennedy
<[EMAIL PROTECTED]>
Article:
http://hotwired.lycos.com/webmonkey/01/27/index3a.html?tw=programming
Put all toghether in working files and fixing some little errors Aniceto
Lopez <[EMAIL PROTECTED]>



Ani Lopez
www.lamundial.net
download and spread our free music


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to