Heres my problem..
I'm in charge of our intranet and have been tasked to setup/develop a 'table manager-like' script. I am looking for a script already out there that I could customize to our needs, instead of writing this one from the ground up. I realize it might not be that hard of a script, but it would take me some time to do since I'm still fairly new to PHP.
It would work as follows:
The "Admin" would login and could create tables, with however many rows and columns he wants and name them what he wants. (The tables will be used to track data to cut down on email traffic.) He would then send out an email to all his subordinate sections with a link to the table. They log on and fill in the requested data for their respective sections.
It is basically a very simplified phpMyAdmin that is limited to one database, and limits access to certain rows of certain tables by username and password.
I have an idea of how to do it, and I'm sure I could, but I have lots of projects to do, so I'm hoping to cut down on time.
Thanks!
-Chris