DO { echo "".$row["nombre"]." - ".$row["apellido"].""; } WHILE ($row=mysql_fetch_array($result)); echo "</TABLE>";