Hello,
Can somebody help me out with this?
I have previously done this in asp. I need to do it in php.
I have some mdb tables that I need to print on screen (through a dynamic web page).
the table dimensions vary. I can connect to the table without a problem (odbc).
I need some code to structure the table from the data inside the table.
for the three columns, to create three columns (or five if there are five),
for the column headers to use the column names (as used inside the dbtable),
and have lines as much as there is data (10, 20 maybe).
the asp code I wrote a while back is of no use for the apache server.