// MYSQL cargado default
$sql=" SELECT ID_SECCION,NOMBRE_SECCION,CONTENIDO_SECCION,SWF_SECCION,SWF_POSICION_SECCION,ANCHO_SWF_SECCION,ALTO_SWF_SECCION,SWF_ACTIVO_SECCION,ACTIVO_SECCION,TIPO_SECCION FROM seccion ";
$sql.=" WHERE REL_WEB = ".$ID_WEB." ORDER BY ORDEN_SECCION ASC LIMIT 1 ;";
$ID_WEB = (get_magic_quotes_gpc()) ? $_REQUEST['IDW'] : addslashes($_REQUEST['IDW']);
$ID_SECCION = (get_magic_quotes_gpc()) ? $_REQUEST['IDS'] : addslashes($_REQUEST['IDS']);
//echo $sql;
$Recordset_seccion=GetConsulta($sql);
$rows = MysqlArray($Recordset_seccion);
// GUARDAMOS VARS.
$contenido = $rows['CONTENIDO_SECCION'];
$NOMBRE_SECCION =$rows['NOMBRE_SECCION'];
$ID_SECCION =$rows['ID_SECCION'];
$SWF_SECCION=$rows['SWF_SECCION'];
$SWF_POSICION_SECCION=$rows['SWF_POSICION_SECCION'];
$ANCHO_SWF_SECCION=$rows['ANCHO_SWF_SECCION'];
$ALTO_SWF_SECCION=$rows['ALTO_SWF_SECCION'];
$SWF_ACTIVO_SECCION=$rows['SWF_ACTIVO_SECCION'];
//CARGAMOS LOS CONTENIDOS ?>
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/vhosts/puertasdeinterior-heca.com/httpdocs/ficheros/funciones.php on line 107
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/vhosts/puertasdeinterior-heca.com/httpdocs/ficheros/funciones.php on line 107


