PHP / MySQL Frameworks for a basic CRM System

Prift2004

New Member
Perhaps, using the word CRM is a bit of a misnomer, essentially, I'm looking for a fast and easy way to create a front-end so that others in my organization can utilize a MySQL database that I've created that manages lists of respondents to marketing research surveys. I would need to do the following through the proposed front-end: [*]Update/Add/Remove contact information[*]Add notes to a contact's "file"[*]Import/Export data from/to csvMy experience with PHP is not extensive so I would like something that is simple and straightforward (read: I'm not looking for something that tries to do everything or is over complicated). An answer to this question will be accepted if you can outline the reason(s) for your recommendation.Database Schema: Table 1: Contact Information \[code\]ID, Name, address, email, etc...\[/code\]Table 2: Surveys \[code\]Table 1 ID, Field 1,2,3,4,5 (Logicals 0/1)\[/code\]Table 3: Notes\[code\]Table 1 ID,Date, Note, etc...\[/code\]Table 4: Select Survey Data Storage (Demos for easy survey sampling)\[code\]Table 1 ID, Q1,Q2,Q3,Q4...etc\[/code\]
 
Back
Top