I download a file and now need to replace few s开发者_如何学Gotrings with my own string. I am able to
replace them... but how can i make the changes permanent...???
But the file i download is a html file.
Try using file_put_contents. Make sure the file or directory you write to is writable.
精彩评论