Ver Mensaje Individual
  #25 (permalink)  
Antiguo 11/03/2009, 16:45
majony
(Desactivado)
 
Fecha de Ingreso: diciembre-2008
Mensajes: 421
Antigüedad: 15 años, 4 meses
Puntos: 0
Respuesta: Sintaxis descargar POO

mmm no entiendo muy bien lo que me dices pero en mi index madre la linea que me indica me dice asi :
(output started at C:\xampp\htdocs\proyecto_cisco\index.php:19)
y est linea del index madre es esta
Código php:
Ver original
  1. <link rel="stylesheet" type="text/css" href="css/1024px.css" title="1024px style" media="screen,projection" />

La borre como dices pero me sigue mostrando que es la linea 19 entonces por hacer la prueba borre todo lo que estaba en el head y igual no mas linea 19
Y el error que me nuestra es este de forma general

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\proyecto_cisco\index.php:19) in C:\xampp\htdocs\proyecto_cisco\modulos\descargas\d escargas.ctrl.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\proyecto_cisco\index.php:19) in C:\xampp\htdocs\proyecto_cisco\modulos\descargas\d escargas.ctrl.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\proyecto_cisco\index.php:19) in C:\xampp\htdocs\proyecto_cisco\modulos\descargas\d escargas.ctrl.php on line 16
ÿØÿà�JFIF������ÿþ�;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90 ÿÛ�C�     ÿÛ�C   
Pero las lineas 14,15,16 son estas de mi controaldor:

Código php:
Ver original
  1. header("Content-Disposition: attachment; filename=".$archivo."");
  2.                 header("Content-type: application/octet-stream");
  3.                 header("Content-Length: ".filesize($ruta_completa));

La verdad ahora si no entiendo ?