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 nl2br?

Answer Posted / madhu

nl2br is used for new for every entry
example :
<?php
mysql_connect("localhost","root","");
mysql_select_db("databasename");
$query=mysql_query("select * from table");
while($row=mysql_fetch_assoc($query)){
$var = $row['data'];
echo nl2br($var);
?>

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?

1102


What is a php web application?

1059


How to remove the new line character from the end of a text line in php?

1019


How to add 301 redirects in PHP?

943


How to create a directory?

1074


What is varchar mysql?

1249


What is the differences between $a != $B and $a !== $B?

1135


Which function is used to strip whitespace?

1014


Do you know what is use of count() function in php?

1052


What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?

1115


Does php support inheritance?

997


How to send email using php script?

1094


Explain include(), include_once, require() and require_once?

1064


Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);

1057


Is php a low level language?

1022