Ver Mensaje Individual
  #7 (permalink)  
Antiguo 19/06/2007, 07:29
Avatar de ferbux
ferbux
 
Fecha de Ingreso: mayo-2007
Ubicación: por ahí intentado ayudar
Mensajes: 823
Antigüedad: 17 años
Puntos: 6
Re: crear archivos a partir de un arreglo

si, lo mando crear asi:

if($fid=fopen('mipruebilla.txt','w'))
echo"se creo el archivo";
fwrite($fid, $rs);

pero solo me crea un txt de 1KB y dentro dice object, mas bien $rs es un objeto, ahora no se como lo podria pasar al txt