Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/11/2005, 12:47
Avatar de turco_7
turco_7
 
Fecha de Ingreso: diciembre-2003
Ubicación: Córdoba, Argentina
Mensajes: 1.044
Antigüedad: 20 años, 4 meses
Puntos: 19
simple ... hace esto ...
Código PHP:
<? 
header
("Content-Description: File Transfer"); 
header("Content-Type: application/force-download");
header("Content-Disposition: attachment; filename=NOMBRE DE TU ARCHIVO.doc o .rtf"); 
echo 
"Esto seria el contenido de tu documento .doc o .rtf";
$i 0;
while(
$i 10){
     echo 
"la variable i tiene el valor : ".$i;
     
$i++;
}
//a modo de ejemplo !!!saludos!!!
?>
__________________
Mi Blog http://turco7.blogspot.com
Usuario Linux : 404289
Mi última página: http://www.digitalservicecba.com.ar - Reparacion de camaras digitales!