Forum Moderators: coopster
For HTML, I never jump in and out. I normally store the HTML in a seperate file and either include it or parse it with a function.
For the other matter, I always using single quotes with the exception of something I need parsed, such as "\r\n". And if I find myself doing that a lot, I normally define a constant or function for it so that I don't have to. :)
Benchmarking PHP text output [webmasterworld.com]
I personally jump in and out all the time, no problems