I put this subject as tables as I would like to know how to create table rows from a sql querry against a databse. ie
If I had a database with peoples names in I would like to put them into a table but not in one line but in a couple or table rows
ie
<tr><td>$a_row[name] </td><td>$a_row[name] </td>,<tr>
so I would need to do a count first on the data before it would know how many rows to create.
I am lost on how to do this could someone explain please
Lee