> -----Original Message----- > From: Gerry Jones [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 11:21 AM > To: CGI Beginners > Subject: Tables in CGI > > > 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,
Go ahead and post what you have so far. In what way do the tables "not come out right?" How is your code not consistent? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]