LoginSignup
1
1

More than 5 years have passed since last update.

nl2br 改行コードを含むデータを表示するのに、HTML の改行タグ<br>を挿入するphp関数

Last updated at Posted at 2015-01-06

nl2br

phtml上に

= nl2br(escape($title))?>

というような感じで書くと、

ウェブページ上で以下のようになる。
○○○○○
××××××

△△△△△△△△△△

DBには、○○○○○\n××××××\n\n△△△△△△△△△△ というデータが入っている。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1