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 you give example for trait in php?
Do while loops?
Tell me how to find current date and time?
What is the meaning of symbol '$' in jquery?
How do I know my xampp version?
What is the use of imagetypes() method?
Is key exist in array php?
Steps for the payment gateway processing?
How many escape sequences are recognized in double-quoted strings in php?
How to concatenate two strings together in php?
Does wordpress still use php?
What are the main error types in php and how do they differ?
What are the advantages of oops in php?
Why do you need to filter out empty files?
When sessions ends?