codice:
echo ("<table ......><tr>");
while ($array = mysql_fetch_assoc($result)) {
   echo ("<td>");
   ...la roba di prima...
   echo ("</td>");
};
echo ("</table>");