I've been tormented by a very small problem. I'm trying to display the 
results of a database query using CGI. What I've done is create subroutines 
to return the names of the table columns and another to return the data, both 
of which are stored in seperate arrays. So I have my data, but the table just 
doesn't come out right. The problem is the arrays can be of different sizes, 
and I'm finding it really difficult to code a dynamic table using CGI. I 
could do it in pure HTML easily, but that's not the point: I'm trying to keep 
my code consistent. I've searched the 'net but the solutions I found didn't 
work.

Thanks in advance,

Gerry.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to