Jump to content

Recommended Posts

Save it to the database with the /n as linebreaks.

 

When you output to a form, dont use any special functions, it will automatically add newlines for each /n it finds.

 

When outputting to html (printing it on your page), use the nl2br() function. ( echo nl2br($text) )

Link to comment
https://forums.phpfreaks.com/topic/82008-store-formatted-text/#findComment-417161
Share on other sites

And if I don't save it to a DB yet?

When my form validator gives an error, I use sessions to print the entered info back into the form.

But when I use nl2br($str) it uses \r\n\r\n

and when I just echo $str I still get \r\n\r\n

 

I'm using

<textarea><?php echo $str; ?></textarea>

Link to comment
https://forums.phpfreaks.com/topic/82008-store-formatted-text/#findComment-417221
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.