<? while ($row = mysql_fetch_array($res)) { ?><tr><td><? echo $row['nombre'] ?></td></tr><tr><td><? echo $row['telefono'] ?></td></tr><? } ?>