Hi -
I have a cgi program that returns two sets of results to the user. At the moment they are simply printed in the browser, but I would like to know how to format them so they appear in tables and lists as required.
The first result is a simple array of elements - I want to list these elements as a bullet list. The second set of results is an array of arrays, so I would like each array in the array to be returned as a row of a table, with each individual element appearing in a single cell...
any advice greatly appreciated
I have a cgi program that returns two sets of results to the user. At the moment they are simply printed in the browser, but I would like to know how to format them so they appear in tables and lists as required.
The first result is a simple array of elements - I want to list these elements as a bullet list. The second set of results is an array of arrays, so I would like each array in the array to be returned as a row of a table, with each individual element appearing in a single cell...
any advice greatly appreciated