%@ $Language=JScript /* PARA COLORES PHP */ %><%
include("../includes/DB_Conectar.php");
//include("../includes/inc_auth.php");
include("../includes/funciones.php");
include("../includes/inc_encuestas_adm.php");
if(isset($borratodo)){
foreach($_POST as $key => $value ) {
//echo "$key:$value
"; if(substr($key,0,4)=='chk_') {
encBorrarEncuesta($value); }
}
}
%>