%@ $Language=JScript /* PARA COLORES PHP */ %><%
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 forForo where forID = '$value'";
$qrupdate = $conn->execute($squpdate);
$squpdate = "delete from forTema where forID = '$value'";
$qrupdate = $conn->execute($squpdate);
}
}
}
%>