Hello,
I am working on the administration portion of a website that contains categories and subcategories.
I am looking for some examples of how I design a page for adding, renaming, moving, and deleting categories.
My thought (just in case there is a script out there I can modify use as an example for learning purposes) is to build this page with two frames (left -- heirarchical tree showing the categories and subcategories with a checkbox next to each ----- right frame buttons for each option to act on the checked item in left frame). I think I would need a followup page to give direction on where to move the item, confirm delete, etc.
I have reviewed HotScripts.com thinking I could modify a file management script, but have not found anything that will work initially.
I have the categories stored in a MySQL DB.
Any direction to examples would be very helpful.
Thanks in advance,
Kevin