Developer Forums | About Us | Site Map
Search  
HOME > PHPMANUAL


Sponsors





Web Host
site hosted by netplex
Partners

Online Manuals

nl2br

(PHP 3, PHP 4 )

nl2br --  Inserts HTML line breaks before all newlines in a string

Description

string nl2br ( string string)

Returns string with '<br />' inserted before all newlines.

Note: Starting with PHP 4.0.5, nl2br() is now XHTML compliant. All versions before 4.0.5 will return string with '<br>' inserted before newlines instead of '<br />'.

Example 1. using nl2br()

<?php
echo nl2br("foo isn't\n bar");
 ?>

this will output :

foo isn't<br />
  bar

See also htmlspecialchars(), htmlentities(), wordwrap(), and str_replace().

Copyright 2004-2024 GrindingGears.com. All rights reserved. Site hosted by NETPLEX