PHP <p> Replace line break problems

Source: Internet
Author: User
Use nl2brProcessing the data from the database, do not want to use
Line break, want to use

Segmentation.
Ways to find it online:

$content = '

'.str_replace("
","

",$content).'

';

But there are some other tags in my data that can be problematic when you switch.
For example, I have this data:

blahblah

blahblah
blahblah

It will become

blahblah

blahblah

This way, my

The code block is cut off.
Is there any way not to replace
In the line?

Reply content:

Use the nl2br data from the database, do not want to use a
newline, want to use

Segmentation.
Ways to find it online:

$content = '

'.str_replace("
","

",$content).'

';

But there are some other tags in my data that can be problematic when you switch.
For example, I have this data:

blahblah

blahblah
blahblah

It will become

blahblah

blahblah

This way, my

The code block is cut off.
Is there any way not to replace
In the line?

echo preg_replace('#([a-zA-Z]*)
  
   #', "

$1

", "blahblah

blahblah
blahblah
");

P and BR are all labels, there is no need for conversion, you want to

The effect is to look good, so directly with the CSS on the line, do not toss PHP. For example

p br {margin-bottom: 1em;}p pre br {margin-bottom: 0;}
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.