Quote:
|
The catch is, the pages that use the database would need to be in a server-side format such as php or asp, because you'll need to use some server-side language in your code to access them
|
This is the important bit - you will need serverside for it to work
But I think you need to step back a bit and work out what you want - I've writtern code to do this
Explorer Scout Activities
I have multiple tables in a database
One table is details on a particular event
(Unquie ID, event title, dates and descriptive text)
Another table is for Photos
(Photo filename, photo title, the scout sections the photo contains)
I can then throw the information back in numerous ways
eg photos of Scouts or photos of cubs ...
My photos are all in 2 directories one called photos the other called thumbs.
The nice thing about holding the information in a database is you is you can start throwing the information back on other pages Not just the gallery
eg
Explorer Scout Activity Page the picture and the events come from the db I add new stuff the page gets updated
Martyn