<?php $archivo="archivo.txt"; file_put_contents($archivo,str_replace("cambiar_esto","por",file_get_contents($archivo)));?>