4
4umangi
Hi everyone,
I am making a web page using perl,html and database (Sybase).Now I
am through with the database connectivity and I am able to retrieve
all data from sybase database, but the problem is if I have 3 columns
called col1, col2,col3 in the database then what I get as output is :
col1
col2
col3 on webpage,
and what I need is a table form so : col1 col2 col3
What I have done is I have declared a foreach loop for each column. It
would be great if anyone could let me knw how can I get my data
achieved in table format using foreach loop or for loop. Thank You
I am making a web page using perl,html and database (Sybase).Now I
am through with the database connectivity and I am able to retrieve
all data from sybase database, but the problem is if I have 3 columns
called col1, col2,col3 in the database then what I get as output is :
col1
col2
col3 on webpage,
and what I need is a table form so : col1 col2 col3
What I have done is I have declared a foreach loop for each column. It
would be great if anyone could let me knw how can I get my data
achieved in table format using foreach loop or for loop. Thank You