Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-31-2012, 03:30 AM   PM User | #1
Tyrion
New to the CF scene

 
Join Date: Jul 2012
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Tyrion is an unknown quantity at this point
Looking for a very simple php / mysql based image gallery.

As the title says, I'm looking for a very simple image gallery script. I simply want something to display a certain amount of thumbnails in a grid like pattern (and be able to upload pictures from the website). A good example of this would be here : http://www.norrisembry.com/online_collection.html . That's really exactly what I'm looking for.. 3 per row, and probably 3 columns.

I've found some gallery scripts online but they're all super complicated and have tons of files. Would anyone know of a solution? Any help would be greatly appreciated. Thanks!!
Tyrion is offline   Reply With Quote
Old 07-31-2012, 05:23 AM   PM User | #2
Nile
Regular Coder

 
Nile's Avatar
 
Join Date: Jun 2008
Posts: 280
Thanks: 2
Thanked 46 Times in 46 Posts
Nile is an unknown quantity at this point
What does your database look like?
Nile is offline   Reply With Quote
Old 08-01-2012, 02:17 PM   PM User | #3
daneth
New to the CF scene

 
Join Date: Jul 2012
Location: London
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
daneth is an unknown quantity at this point
PHP has nothing to do with the layout and style of your page.
It is actually very simple if you have a record in your database of all the images you want in your gallery.

Just loop the results and display the images in any gallery.
An easy one to work with is lightbox.
daneth is offline   Reply With Quote
Old 08-01-2012, 02:44 PM   PM User | #4
DrDOS
Senior Coder

 
Join Date: Sep 2010
Posts: 1,146
Thanks: 10
Thanked 148 Times in 148 Posts
DrDOS is infamous around these parts
Quote:
Originally Posted by daneth View Post
Just loop the results and display the images in any gallery.
An easy one to work with is lightbox.
I'm no fan of lightbox. It uses divs in strange ways that make it hard to integrate with other parts of a page, it's deliberately slow, if your real interest is seeing the images. If your interest is making the page look 'sophisticated' so people will think highly of your site and business, then it's OK. But if you just want to look at pictures with few distractions it's not so good.
DrDOS is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:36 PM.


Advertisement
Log in to turn off these ads.