How do I create a break in PHP?

Brian

New member
I'm trying to make a line break in PHP code but everything I tried doesn't seem render. What is the proper command for a line break in PHP code?
I've tried using <i>echo "<br>";</i> but it doesn't work. :?
 
Back
Top