este es el insert:
Código PHP:
$sql = "insert into neiva(fecha,horaini,horafin,sala,videobeam ,responsable,evento) values('$fecha','$horaini','$horafin','$sala', '$vbeam','$responsable','$evento'); insert into bogota(fecha,horaini,horafin,sala,videobea m,responsable,evento) values('$fecha','$horaini','$horafin','Sala Grande(14P)--1701','$vbeam','$responsable','$evento')";