Quantcast
Viewing all articles
Browse latest Browse all 4

Answer by user2039981 for How to remove a line from text file using php without leaving an empty line

Really? I find this muuuuch easier, only one line of code:

file_put_contents($filename, str_replace($line . "\r\n", "", file_get_contents($filename)));

Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>