![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/04/2009, 12:53
|
| | Fecha de Ingreso: julio-2006
Mensajes: 3
Antigüedad: 18 años, 6 meses Puntos: 0 | |
Respuesta: Convertir resultados de oci_fetch_all en un string Ahora lo 'escribo' así:
header('Expires: 0');
header('Cache-control: private');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Content-Description: File Transfer');
header('Content-Type: application/vnd.notepad');
header('Content-disposition: attachment; filename=file_name.txt');
echo $fich;
pero no se como hacerlo con oci_fetch_all y fich_array |