Can you suggest a PHP / MySQL script to manage the databse of a public library, or movie/books collection.
It should be able to
- have categories and subcategories like
MOVIES
- documentary
- action
- comedy
BOOKS
- novels
- essays
MUSIC CDs
- classical
- rock / pop
MAGAZINES
-
mags about this
-
magazine title
-
issue #1
-
issue #2
-
issue #2
-
mags about that
-
magazine title
-
issue #1
-
issue #2
-
issue #2
It should of course let one or more admin insert data from a backend panel and let frontend users browse the website, search by search field, keywords and tagsā¦
Ability to convert an Access database to MySql woyuld be welcome, too