Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/06/2014, 11:17
xerifandtomas
 
Fecha de Ingreso: octubre-2010
Ubicación: España
Mensajes: 1.007
Antigüedad: 13 años, 6 meses
Puntos: 123
Respuesta: php y escribir txt

Cita:
Iniciado por hhs Ver Mensaje
una forma rápida pero no aconsejable:
Código PHP:
Ver original
  1. $file_data = "Nuevo texto\n";
  2. $file_data .= file_get_contents('archivo.txt');
  3. file_put_contents('archivo.txt', $file_data);
Esa puede ser una solucion pero no creo que sea lo aconsejable, como indico en el comentario anterior la solucion esta aqui:

http://www.php.net//manual/es/function.rewind.php