Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/03/2009, 19:56
Avatar de Triby
Triby
Mod on free time
 
Fecha de Ingreso: agosto-2008
Ubicación: $MX->Gto['León'];
Mensajes: 10.106
Antigüedad: 15 años, 8 meses
Puntos: 2237
Respuesta: error al modificar fichero .txt, fopen

Código php:
Ver original
  1. // Lee todo el archivo
  2. $contenido = file_get_contents('archivo.txt');
  3.  
  4. // Reemplaza la cadena
  5. $contenido = str_replace('Madrid', 'Getafe');
  6.  
  7. // Guarda el archivo
  8. file_put_contents('archivo.txt', $contenido);
__________________
- León, Guanajuato
- GV-Foto