1.

How to insert a line break in php string?

Answer»

You can use nl2br() to insert line BREAK in the STRING.

Example

nl2br("Best INTERVIEW \n QUESTIONS");



Discussion

No Comment Found