PHP Pictur Gallery
Moderator: General Moderators
PHP Pictur Gallery
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?
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
anyone have the solution for this?
Re: PHP Pictur Gallery
To paraphrase somebody else, if you're asking us to do it for you then the answer is "no".Tassadduq wrote:anyone have the solution for this?
Re: PHP Pictur Gallery
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.
not so much quantity of pictures just 20 or 25 pictures.
Re: PHP Pictur Gallery
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.
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
thanks
Re: PHP Pictur Gallery
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
You mean... get the images from the database or from files on the server?
Files. Definitely. No question about it.
Files. Definitely. No question about it.