%@ $Language=JScript /* PARA COLORES PHP */ %><%
session_start();
include("../includes/DB_Conectar.php");
//include("../includes/inc_auth.php");
include("../includes/funciones.php");
if(isset($borratodo)){
foreach($_POST as $key => $value ) {
//echo "$key:$value
";
if(substr($key,0,4)=='chk_') {
$squpdate = "delete from segUsuariosAdmin where usradID = '$value'";
$qrupdate = $conn->execute($squpdate); $squpdate = "delete from segAdminSeguridad where usradID = '$value'";
$qrupdate = $conn->execute($squpdate); $squpdate = "delete from segAdminSeguridadABM where usradID = '$value'";
$qrupdate = $conn->execute($squpdate);
}
}
}
%>