Ver originalwhile ($row = mysql_fetch_array($result)) { echo "id_cliente : $row['id_cliente']<br>Empresa: $row['empresa']<br>......"; }