I'm helping a school organization plan an event. There's an Excel spreadsheet that has a bunch of contact information on it. What's wanted is a way to allow multiple people to add information, revise information (I probably wouldn't want to allow any delete operation), plus track a "who's talking to them", "last contact date", and "comments" field.
I'm thinking that I'd rather make this available as an online database that has at least a little bit of security (id/password, even if it's shared), and is very simple in approach (in fact, looking like a spreadsheet is fine).
Can anyone recommend some free PHP scripts? I have access to a web server with PHP 4.something and MySQL 4.something.... I'm happy to use an online system if there's one available already, and I can handle the data export/import from Excel to MySQL if needed.
Thanks.