Page 1 of 1

Help finding a Image Gallyery/display Script

Posted: Fri Oct 10, 2003 12:57 am
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

Posted: Fri Oct 10, 2003 2:46 am
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

Posted: Fri Oct 10, 2003 10:43 am
by md702
thats exactly how i want it, except i have 0 programming knowledge :(

Posted: Fri Oct 10, 2003 10:50 am
by volka

Posted: Fri Oct 10, 2003 11:04 am
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.

Posted: Fri Oct 10, 2003 11:19 am
by AVATAr
php.resourceindex.com

and try making it yourself... here we can help you...

Posted: Fri Oct 10, 2003 2:32 pm
by murph