while ($ar = mysql_fetch_array($rs)) echo "<tr><td>". $ar['field1']."</td><td>".$ar['field2']."</td></tr>"; Make sense? -----Original Message----- From: Art Chevalier [mailto:arthurc@scn.spawar.navy.mil] Sent: Thursday, December 05, 2002 12:44 PM To: php-db@lists.php.net Subject: MySQL Array Hello, I am pulling one column out of a MySQL table in an array. I want to place each element into a HTML table 4 rows across. I am currently doing this with the mysql_fetch_array() function. How can I pull out 4 array elements in one pass through a while loop? Thanks Art Chevalier -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php