Trying to Find a Script - Manage Collection of Poems
I'm in need of a simple script to help me organize and help my visitors search for words/phrases in a collection of verses (similar to poems). I need several categories, each with a few sub categories. Within the subcategories, I would have various records (the verses). Visitors could view the entries by selecting a category, then a sub cat, and then browse the verses OR they could type a search phrase and have the matching entries returned.
Some sub cats will have many, many entries, so the script needs to have the capability to create multiple pages and include a nav bar with XX amount of verses on each page.
Another very important feature is that the entries, the verses, contain line breaks and would need to be displayed as such:
Line 1
Line 2
Line 3
Line 4
Line 5
etc.
preferably without me having to use special (or even html) tags within the entry (which would take forever to enter that way but I would do if that were the only option).
Oh, and last thing - some entries will fall in to multiple sub cats so that would need to be supported.
Any suggestions? PHP is fine, MySQL is fine, cgi is ok . . . I'm not too picky as long as it works. It doesn't need a lot of fancy features, basically just what I've described above. TIA for your time!
|