Table duplication

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am trying to display information in an html table from a MySQL data base.
I can do this rather easily, however, I am trying to multiply that table
with as many entries there are in the database.

Can someone point me in the right direction or give me an example of how I
can accomplish this?

I can multiply rows and columns from the db, but can not multiply the table.

example:

<table>
<tr>
<td> $entry </td>
</tr>
<tr>
<td> $entry2 </td>
</tr>
</table>

I would like to multiply this as many times as there is entries in the
database for entry and entry2.

Thank you,

Steve Marqurez
smarquez@xxxxxxxxxxxxxxxxxx

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux