Greetings,
I would like to create a form, one field where I can paste data thats uses comma separated values and would like to have output displayed in a table or fields
here is a sample that I would paste into the form:
12/06/2005,15:41:08,172.16.255.110,Stop,1234567890@mike.com,200,1234567890@mike.com,172.10.55.10,36868,10.10.10.26,000001234567890,172.10.55.10,2,21965,57770,183,1,,,,,,,1133883668,,312400000B61,1c-3kjeX,1c-3kjeW,59
When i click submit i would like display similar to
DATE: 12/06/2005
TIME: 15:41:08
IP 1: 172.16.255.110
STAT: Stop
NUMBER: 1234567890@mike.com
Any help on how i could do this is appreciated. Its currently quite confusing to read the output in CSV all the time and I'm hoping to make this easier
Thanks,
dR
I would like to create a form, one field where I can paste data thats uses comma separated values and would like to have output displayed in a table or fields
here is a sample that I would paste into the form:
12/06/2005,15:41:08,172.16.255.110,Stop,1234567890@mike.com,200,1234567890@mike.com,172.10.55.10,36868,10.10.10.26,000001234567890,172.10.55.10,2,21965,57770,183,1,,,,,,,1133883668,,312400000B61,1c-3kjeX,1c-3kjeW,59
When i click submit i would like display similar to
DATE: 12/06/2005
TIME: 15:41:08
IP 1: 172.16.255.110
STAT: Stop
NUMBER: 1234567890@mike.com
Any help on how i could do this is appreciated. Its currently quite confusing to read the output in CSV all the time and I'm hoping to make this easier
Thanks,
dR