Help finding a Image Gallyery/display Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
md702
Forum Newbie
Posts: 5
Joined: Fri Oct 10, 2003 12:57 am

Help finding a Image Gallyery/display Script

Post by md702 »

i've been searching for php scripts that work a specific way, this way:

Image

Now most php scripts i see available seem to be too automated, they all seem to generate thumbs for you, and sort them in a table for you and display them in a pop up. For my design i dont really want the pictures to pop up, i want it in that box you see on the right. I realize i can do it in html and create tons of pages, but if somebody could point me to a script of any sort that can simplify my life, it would be much appreciated.

Thank!
-Anthony
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

Maybe something like:

gallery.php?start=20&show=16&bigimage=10

That might give you an idea how to go about doing it. Use MySQL to store the URL's of the images.

It's quite easy, so just do some research and write it yourself. It's good learning and quite an experiance.

-Nay
md702
Forum Newbie
Posts: 5
Joined: Fri Oct 10, 2003 12:57 am

Post by md702 »

thats exactly how i want it, except i have 0 programming knowledge :(
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

md702
Forum Newbie
Posts: 5
Joined: Fri Oct 10, 2003 12:57 am

Post by md702 »

aye tried that place too, most of the scripts loads in a pop up, automated thumb nails, and not design not too alterable.
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

php.resourceindex.com

and try making it yourself... here we can help you...
murph
Forum Commoner
Posts: 29
Joined: Fri Oct 03, 2003 1:28 pm
Location: washington

Post by murph »

Post Reply