Advice needed on coding/design

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
Georgezx9
Forum Newbie
Posts: 6
Joined: Sat Dec 10, 2016 3:29 am

Advice needed on coding/design

Post by Georgezx9 »

Hi all
I have a website working well already, albeit a bit basic.

I want to have a link from it that does the following:

Its essentially a Forum that allows people to comment against picture, (very old genealogy ones)

I have the SQL side working using a dummy forms.

I want it to be dynamic, in case I decide to add photos, but new photos would only be added by the administrator, this bit also works.

I have the file name and path in the SQL database, and the photos in a sub folder of my server.

Currently there are two hundred photos, but this could increase.

My thoughts are: have the photos shown in a scrollable page, but at the lower thumbstyle resolution, if the image is clicked, it opens up the full sized image and also the data entry fields for the fotum.

As I said I want it to be dymamic, where the photo is shown on screen based on a variable, rather than hard coded.

Any pointers gratefully accepted, or even code snippets, however I do want to do this myself, as its the only way to learn.

Thanks

GY
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

Re: Advice needed on coding/design

Post by Vegan »

you could use facebook comments for a discussion, i used to use that with an older custom site design

wordpress can handle lots of images as can any custom site design
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
Post Reply