Hi all,
Please, i've a problem with using "\t" - tab escape code.
When i run this code:
<?php
echo 'I am trying to include at this point: \n a newline';
?>
the text after \n has been printed on the same line.
And the same problem i have with \t
Can you help me?
Thank you very much.
Kings regards,
Miles