Answer Posted / 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 View All Answers
Tell me is it possible to protect special characters in a query string?
What is xss in php?
Is php used anymore?
List data types in PHP?
How to replace a text in a string with another text in php?
How I can control asset documents without GR/IR?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is __ invoke in php?
Tell me what are sql injections, how do you prevent them and what are the best practices?
What is php in full?
What is the most convenient hashing method to be used to hash passwords?
Is uploaded file php?
Is php a backend?
What is abstract class in php?
Can age be a variable?