Flash or HTML?
Flash or HTML?
Out of context: Reply #15
- Started
- Last post
- 37 Responses
- unfittoprint0
a small folio db driven folio just needs the following:
[ADMIN]
#1 a table for categories [and an optional for subcategories]
#2 a form with title,category [,sucategory], description... fields
plus another field for image / thumbnail upload#3 a php script to check file uploading, and update your images table
#4 another script to list your current data with and option to edit/delete them
[FOLIO]
#1 a php script to query your db by filtering a desired category [or subcategory ID]
#print or echo the results to flash or html
the first time you manage to have this type of content managment will also be the last time you'll have to do it.