⟩ What is meant by nl2br()?
Anwser1:
nl2br() inserts a HTML tag <br> before all new line characters n in a string.
echo nl2br("god bless n you");
output:
god bless<br>
you
you" />
Anwser1:
nl2br() inserts a HTML tag <br> before all new line characters n in a string.
echo nl2br("god bless n you");
output:
god bless<br>
you
Can a method be overloaded based on different return type but same argument type in programming?
Differentiate Aggregation and containment in Programming?
What is the difference between procedural and object-oriented programs?
What is a modifier explain?
Differentiate between a template class and class template in programming?
What is a dangling pointer in programming?
Differentiate between the message and method in programming?
What are the steps involved in designing in programming?
What do you mean by programming analysis and design?
What do you meant by active and passive objects?