%@ $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_')
{
$sql = "delete from Faq where faqID = '$value'";
$conn->execute($sql);
}
}
}
%>