Hi there, OK, my problem is reasonably simple. I know how to create a html table with PHP, and then retrieve code from a mysql database, and put the data into table cells. I need to do this using a "while" loop statement. So what Ive done so far, is I am able to list in a single columned table, all the data in a mysql table, regardless of the number of rows.
Now I am looking for a way in which to do this, but have the data in a four columned table. So the first MSQL row that the sql table has, would be put in to HTML table row 1, column 1. THe next bit of data would co to row 1, column 2, then row 1 column 3 and then row 1, column 4. But the followingpiece of data would have to go to row 2, column 1.
Im stumped....can you please help??
TIA,
Neil.