Hello:
I am looking to build a photogallery in php using mySQL as the backend. similar to this: http://phpbegginner.com/column/joel/photo
I would like a form input to submit information into the tables I am using.
I also want there to only be one gallery page and have everything pulled from the DB depending on the link you chose.
Then, in the navigation for my main site I want to have 5 links to diferent photo galleries. I would like this built dynamically based on the information in the DB. Ideally I would like the first two links to be the two most recent entries and then the remaining three links be random. If that is not possible then just the five most recent entries.
My table structures look like this.
Gallery:
UID | galleryName | URL | date | entryDate
Photos:
GUID | photoID | photoName | photoLocation | photoDescription
I only have a basic understanding of how to put this together and I could really use some help/mentoring. Everyone I work with is ASP and msSQL 2000 so they are NO help.
Thanks in advance!
Todd