Jump to content

[SOLVED] replacing \r\n with <br>... sorry


chrisredding

Recommended Posts

Hi,

 

This seems like an obvious one, but I can't find anything useful anywhere: W3C Schools, PHP Freaks, WHT...

 

Anyway, I've got a PHP script logging it's use to a .txt file. This file is outside of the root directory of the site for the usual security reasons.

 

Inside my .htaccess protected and obscure test area I have a number of little utilities that I call upon from time to time. So I decided to add a viewer .php for the log files for the aforementioned script.  So I did this:

 

<?php
echo readfile("somewhereonmyserver/some_sort_of_logs/thelog.txt");
?>

 

Which works a treat. But the .php script writing the 'thelog.txt' file inserts \r\n at the ends of lines. Can I make that into <br> for the version I view on the net?

 

Many thanks

 

Chris

 

 

Link to comment
https://forums.phpfreaks.com/topic/39854-solved-replacing-rn-with-sorry/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.