require_once("../coneccion.php"); $faltan01=mysql_query("select * from faltan"); while($faltan=mysql_fetch_array($faltan01)){ $cie01=mysql_query("select * from cie_cct where clavecct='".$faltan[0]."'"); $cie=mysql_fetch_array($cie01); // echo "
".$faltan[0]."
".$faltan[1]. "
".$faltan[2]."
"; $faltana=$faltan[1]; $faltanb=$faltan[2]; $id=$cie[0]; // echo "
$faltanb
"; echo "
update caracteristicas set bib='".$faltana."', ins='".$faltanb."' where id=$id;
"; // } } //
".$asientos[0]."
".$asientos[1]."
".$sillas[0]."
".$sillas[1]."
?>