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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.