Hi, I've been searching PHPClasses sites for my little project that seems so
hard to finish.
I have a list of photos with some description in MySQL DB:
image_code text[16]
image_descripti on memo[256]
image_location text[128]
image_note text[128]
Say my image is in c:\www\sitename \images\<image_ code>.jpg
Is there a simple image browser that can display all the information,
thumbnails, and display the image when clicking the thumbnails?
Perhaps I need an easy forms template for browsing the thumbnail images and
a forms to display the full image with the information nice and neat.
Thanks
hard to finish.
I have a list of photos with some description in MySQL DB:
image_code text[16]
image_descripti on memo[256]
image_location text[128]
image_note text[128]
Say my image is in c:\www\sitename \images\<image_ code>.jpg
Is there a simple image browser that can display all the information,
thumbnails, and display the image when clicking the thumbnails?
Perhaps I need an easy forms template for browsing the thumbnail images and
a forms to display the full image with the information nice and neat.
Thanks