
Hi,
I am beginner in PHP language. How to do the line-break in PHP? Does somebody help me in this regard.
Thanks,

Hi,
You are looking for add the line-break function in PHP. I below providing the example of link-breaks function in PHP.
Check this Example of link break using PHP Program.
<?php $myString ="Welcome to the PHP programming.\n\nHere you will learn PHP in detail"; echo nl2br($myString); ?>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.