PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have searched on this forum as well as tested it on both WIN32 and FreeBSD environment. I still don't know why a script as simple as the following has problem with the escape sequences. I tried also \t\r...etc and they just don't work as they are supposed to. I'd appreciate any help.
If the escape sequences are only shown when you view source via your browser instead of interpreted by the browser naturally and displayed , I am curious what they are for.
andrec wrote:If the escape sequences are only shown when you view source via your browser instead of interpreted by the browser naturally and displayed , I am curious what they are for.
Have you ever tried to debug HTML that's all on one line? It's a nightmare.