Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is meant by nl2br()?

Answers were Sorted based on User's Feedback



What is meant by nl2br()?..

Answer / sreedevi

returns a string with " inserted before all newlines
nl2br() inserts html in string
ex:
echo nl2br("God bless\nu");
output:
God bless
u

Is This Answer Correct ?    13 Yes 3 No

What is meant by nl2br()?..

Answer / umapathi

next line to break tag

Is This Answer Correct ?    11 Yes 2 No

What is meant by nl2br()?..

Answer / deepak b

The Answer is :
New Line to Html Brake <br>

function void nl2br(text,isXHTML)

if you are using xhtml then

nl2br(text,true) then function insert <br />
else
nl2br(text,false) then <br>

Enjoy..... My Friend.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More PHP Interview Questions

How to concatenate two strings together in php?

0 Answers  


Explain Booleans in PHP?

0 Answers  


How can cross site request forgery csrf be prevented?

0 Answers  


What are the basic steps to store PHP session in to Database?

1 Answers   Rediff,


what is the difference between GET and POST?

21 Answers   AdVine, Evon Technologies, GVD Infotech, RedAlkemi, SoftSol,


What is $_session in php?

0 Answers  


What is better .net or php?

0 Answers  


When to use inquire vs enquire?

0 Answers  


Explain me difference between mysql_connect and mysql_pconnect?

0 Answers  


how we can upload and view video files

2 Answers  


What is the output of the ucwords function in this example?

0 Answers  


Define about declare construct?

0 Answers  


Categories