When you want to use quotes (") in your php code you must preface it with a backslash. i.e. \" and it will print "
When you want to print a backslash in your php code you must preface it with a backslash. i.e. \ and it will print \
So, if you want the screen to display
Here is a \n new line... you must type
here is a \n new line...
Is this the answer you are looking for? Or have I again misunderstood what you are asking?
OR are you looking for a way for your guests from using html code in your guestbook?
Your guestbook, if it was written by someone else, should have an html logical field (allow_html) that either allows or disallows html input.
I think what you really want is a way to prevent SSI's.