%@ $Language=JScript /* PARA COLORES PHP */ %><% include("../includes/DB_Conectar.php"); //include("../includes/inc_auth.php"); include("../includes/funciones.php"); //aca proceso las posibilidades if($accion=="Actualizar") { //actualizo $squpdate = "update Custom set cusValor = '$cusValor_sep', cusValor_IA = '$cusValor_IA_sep' where cusVariable = 'fecha_sep'"; $qrupdate = $conn->execute($squpdate); $squpdate = "update Custom set cusValor = '$cusValor_orden', cusValor_IA = '$cusValor_IA_orden' where cusVariable = 'fecha_orden'"; $qrupdate = $conn->execute($squpdate); $msje=$I_dataupdated; } %>