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
Can I use php in html?
How does php work?
What does $_server means?
How are php sessions stored?
What are arguments in php?
What is the difference between get and post method in php?
How to get useful error messages in php?
Is php a cms?
What are access specifiers?
What's the output of the ucwords function in this example?
What is polymorphism?
How is a constant defined in a PHP script?
What is php date function?
Is php object oriented?
What is the difference between php and cakephp?