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

What language is similar to php?

937


How to check a variable is array or not in php?

944


Tell me what is the main difference between php 4 and php 5?

935


Why shouldn't I use mysql_* functions in php?

1012


Does php support overloading?

977


What is the use of is_array() and in_array()?

961


How to get the length of string?

973


Write down the benefits of php7?

978


How would you declare a function that receives one parameter name hello?

916


Does empty check for null?

902


What is cookie in php with example?

899


How to set a page as a home page in a php based site?

887


What is file upload?

1022


What is the use session in php?

1001


What is mysqli_fetch_array?

955