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.

    phpmyedit is the perfect solution for this giving table maintence forms in a mysql database. We use extensivly for that very purpose.

    Larry

      gardnc wrote:

      phpmyedit is the perfect solution for this giving table maintence forms in a mysql database. We use extensivly for that very purpose.

      Larry

      Larry - many thanks. That page rings a bell in terms of my having seen something before. That may have been it. PHPRunner was also something I ran across, but it's not free, and this is volunteer work.

      Thanks again ... I'll be giving that a shot tonight or tomorrow.

        Write a Reply...