$var = \"Hi there\".\"\".\"Welcome to my website\".\";\" echo $var;
Is there an elegant way to handle line-breaks in PHP? I\'
in php line breaks we can use PHP_EOL (END of LINE) .it working as "\n" but it cannot be shown on the ht ml page .because we have to give HTML break to break the Line..
so you can use it using define
define ("EOL","");
then you can call it