while ($row=mysql_fetch_array($consulta)) { echo '<tr>'; echo "<td>".$row['ACT_CODIGO']."</td>"; echo '</tr>'; }