Revise adecuadamente cada uno de los puntos en lo cuales me mandaste para leer no y cometo ningun error
Código php:
Ver original<?php
$pagina = $_GET['pag'];
include('modulos/descargas/descargas.mod.php');
$MOD['descargas'] = new Descargas();
switch($pagina) {
case 'zona_descarga':
$ruta = ($_GET['ruta']);
$archivo_arr = explode ("C:/xampp/htdocs/proyecto_cisco/modulos/descargas/archivos/",$ruta); $archivo = $archivo_arr[count($archivo_arr) - 1]; $ruta_completa = ("C:/xampp/htdocs/proyecto_cisco/modulos/descargas/".$ruta);
die( "No existe $ruta_completa" ); }
header("Content-Disposition: attachment; filename=".$archivo.""); header("Content-type: application/octet-stream"); break;
case 'insertar':
include('modulos/descargas/vistas/insertar.html.php'
Ahora me fije bien estaparte de mi index madre
Código php:
Ver original<?php
include('config.php');
if (empty($_SESSION['usuario_id'])) { $_SESSION['usuario_id'] = 0;
$_SESSION['usuario_nick'] = 'invitado';
$_SESSION['usuario_nivel'] = 0;
}
include('includes/lib_mysql.php');
$MOD['mysql'] = new MySQL($cfg_bdname, $cfg_host, $cfg_user, $cfg_passwd); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Your description goes here" />
<meta name="keywords" content="your,keywords,goes,here"/>
<link rel="stylesheet" type="text/css" href="css/1024px.css" title="1024px style" media="screen,projection" />
<link rel="stylesheet" type="text/css" href="css/Style.css" title="1024px style" media="screen,projection" />
Y tampoco veo nada de espacions ni ninguna salida