Ver Mensaje Individual
  #11 (permalink)  
Antiguo 04/08/2006, 10:59
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
Sólo por molestar, jeje

Código PHP:
<?php
    $archivo
="archivo.txt";
    
file_put_contents($archivo,str_replace("cambiar_esto","por",file_get_contents($archivo)));
?>