|    
			
				04/10/2013, 09:51
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: junio-2003 
						Mensajes: 875
					 Antigüedad: 22 años, 4 meses Puntos: 5 |  | 
  |  Respuesta: file_get_contents problema  
  es por eso que dejo el nombre random sin extension para despues agregarla cuando creo el pdf:
 $path = "/Users/server/robot/archivos_jurisprudencia/apelaciones/";
 $name = "APE_" .$this->str_rand(5, 'alphanum'). "-". $this->str_rand(5, 'alphanum');
 $new_name = $path.$name;
 
 
 $pdf_name = $new_name. ".pdf";
 file_put_contents($pdf_name, $data);
 
 y cuando quiero leer el txt:
 
 (string)$file = $new_name. ".txt";
 
				__________________  La mejor manera de aprender es por medio de un aprendizaje significativo....  http://www.cocert.cl    |