%@ $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_')
{
$sqdele = "delete from Links where id = '$value'";
$qrdele = $conn->execute($sqdele);
}
}
}
%>