Hi ppl,
I am facing this weird problem with php newline character.
<?php
echo"Hello World!! \n Im new to php";
?>
can anyone pls point out what is wrong in the above code??
the output should be:
Hello World!!
Im new to php
but the output goes on the same line:
Hello World!! Im new to php
where am i going wrong pls point..
Thanks