Hi
what is the most neater way of programming in php using escaping character and line breaks in your code:
some editors still uses (quanta) for new line
some uses <br> or <br/> for breaks
<?php
echo ("\n (My name is Thikho, sibasa ndi dzula hone ndi khou guda PHP!)");
echo ("\n\n \t\t\t SIBASA A.D 12-41");
?>