This is probably a bit of a newbie question but iv seen references to escaping characters in the training materials i am using such as \n , \t, \" etc. each time i try to use \n to start a new line the n simply gets removed from the output when i echo it to the web page. I am typing it as follows.
echo "I have never used this \n thingie and got it to work.";
Can anyone tell me if I am doing it wrong in some way?