Hi all i hope somebody can help a total phprunner noob
i'm trying to write a simple application as follows.
a user logs in, imports a csv file into his/her own tasklist table containing "Customer Reference Number,Name, Address"
they then edit each record in their task list/job list and add details eg. "phone number,DOB"
when all records have been updated in their task list this can then be exported as a csv file containing all details "Customer Reference Number,Name, Address,phone number,DOB"
once exported all details are archived for reporting and no longer appear in the tasklist.
how would you setup a mysql database tables and relationships ?
your help would be really appreciated
Regards