Jump to content

Question about ereg_replace


needs_upgrade

Recommended Posts

Hello guys.

 

I have a string of characters in my mysql table (together with the newlines, multiple spaces, etc). I wanted to show the strings in HTML exactly how the user entered it. I used ereg_replace to replace '\n' with '<br>', multiple spaces with ' ' and tab with five ' '.

 

My problem is with '\n'. It omits the letter n followed by the character new line.

How should i do it?

 

thanks guys

Link to comment
https://forums.phpfreaks.com/topic/130678-question-about-ereg_replace/
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.