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

“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
$filearray = file(“filename.txt”);
Is perhaps easier.
thats for sure, man