There are techniques to remove all comments from the page. One way is to buffer all the page's source code and use a regular expression to remove anything between <! -- and --> before outputting the buffer's contents.
There are techniques to remove all comments from the page. One way is to buffer all the page's source code and use a regular expression to remove anything between <! -- and --> before outputting the buffer's contents.