PHP Pictur Gallery

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
User avatar
Tassadduq
Forum Commoner
Posts: 60
Joined: Wed Dec 03, 2008 2:53 pm

PHP Pictur Gallery

Post 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?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP Pictur Gallery

Post by requinix »

User avatar
Tassadduq
Forum Commoner
Posts: 60
Joined: Wed Dec 03, 2008 2:53 pm

Re: PHP Pictur Gallery

Post by Tassadduq »

anyone have the solution for this?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP Pictur Gallery

Post 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".
User avatar
Tassadduq
Forum Commoner
Posts: 60
Joined: Wed Dec 03, 2008 2:53 pm

Re: PHP Pictur Gallery

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP Pictur Gallery

Post 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.
User avatar
Tassadduq
Forum Commoner
Posts: 60
Joined: Wed Dec 03, 2008 2:53 pm

Re: PHP Pictur Gallery

Post by Tassadduq »

thanks
groc426
Forum Newbie
Posts: 16
Joined: Tue Oct 28, 2008 4:44 pm

Re: PHP Pictur Gallery

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP Pictur Gallery

Post by requinix »

You mean... get the images from the database or from files on the server?
Files. Definitely. No question about it.
Post Reply