Page 1 of 1
PHP Pictur Gallery
Posted: Wed Dec 03, 2008 5:50 pm
by Tassadduq
i want to design a php based web photo gallery
in which i can add more photos any time
and new photos should be thumb nailed at the next of last picture.
anyone help me?
Re: PHP Pictur Gallery
Posted: Wed Dec 03, 2008 6:54 pm
by requinix
Re: PHP Pictur Gallery
Posted: Wed Dec 03, 2008 9:34 pm
by Tassadduq
anyone have the solution for this?
Re: PHP Pictur Gallery
Posted: Wed Dec 03, 2008 10:20 pm
by requinix
Tassadduq wrote:anyone have the solution for this?
To paraphrase somebody else, if you're asking us to do it for you then the answer is "no".
Re: PHP Pictur Gallery
Posted: Wed Dec 03, 2008 11:04 pm
by Tassadduq
i just want to know the procedure of creating the database driven picture gallery.
not so much quantity of pictures just 20 or 25 pictures.
Re: PHP Pictur Gallery
Posted: Wed Dec 03, 2008 11:22 pm
by requinix
Remember I gave you a link for Google? Try it out. Nobody here is going to hold your hand and walk you through how to do it.
You need a database. Some tables; at least one to hold images. Then HTML to display those images and some PHP code for uploading them.
Re: PHP Pictur Gallery
Posted: Wed Dec 03, 2008 11:45 pm
by Tassadduq
thanks
Re: PHP Pictur Gallery
Posted: Thu Dec 04, 2008 2:25 am
by groc426
Thought I would just leech off of this thread real quick. Would it be significantly slower to create a gallery of photos from a database then just using them from the server. I'm just creating a couple simple photo galleries, and trying to decide if it would be easier and make more sense to use a database or just have them displayed from the server. Any opinions? Thanks.
Re: PHP Pictur Gallery
Posted: Thu Dec 04, 2008 2:49 am
by requinix
You mean... get the images from the database or from files on the server?
Files. Definitely. No question about it.