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