The idea is to break apart a portion of my website to be much easier to update. Curently I have many html pages and I must make a new one as we add more (the old simple way). I decided to come into the new ear and use php to make it easier to update. The idea is to use php to...
1) Scan a specified main folder. Inside that folder all the projects are located in their own folders. The first scan takes these folder names and basically generates a table with all the project names.
2) If a user selects a prohject name a second set of code is run. A pre determined layout comes up and the images and text in that layout change acording to whats in the folder. There is a text document in that folder that has all of the project information in it and several pictures with their thumbnails in it.
I got the idea from the spgm gallery generation php code. I put it on my site and it is easy to update and set up. If anyone can give me direction on where to start or tutorials that will give me a head start in this direction (im willing to read and try im not asking for a freebie) i would appreciate it. Thanks
ps. the site in question is an architects project website.