PHP: Replace string in TXT file

PHP: Replace string in TXT file” post has been moved to:
http://www.axdimensions.com/pixelnotes/2008/02/27/php-replace-string-in-txt-file/

Thanks, Em

~ by Em on February 27, 2008.

2 Responses to “PHP: Replace string in TXT file”

  1. $filearray = file(“filename.txt”);

    Is perhaps easier.

  2. thats for sure, man

Leave a Reply