This topic is locked

Help with Application

6/14/2009 5:32:48 PM
PHPRunner General questions
C
christwigg74 author

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

J
Jane 6/16/2009

Hi,
use import option on the Choose pagestab in PHPRunner to import records from csv file. Then you can edit records and export it using export option.