This topic is locked

Converting row of data to list (array)

1/17/2007 9:08:21 PM
PHPRunner General questions
rsawchuk author

I have a table that lists responses to a number of self-assessment form items. Each individual has to log in to see his own data only.
What I want to do is take a person's row of response data and convert it into a field/array so that I could display that data in a PHPRunner list (perhaps along with labels and item descriptions). Once in the converted list format the person can then use the search, sort and export functions on his/her results data.
I have been struggling with this for weeks now and can't seem to get my head around it. Any advice or suggestions would be appreciated. Thanks,
Russ

Alexey admin 1/18/2007

Russ,
I think you need to describe your task a little more and I'll try to help you.

rsawchuk author 1/19/2007

Thanks Alexey. I solved my problem by writing a custom PHP script that does the job just fine.