I'm working with a CMS script that mixes HTML and PHP and I need to comment out both contained within a function. Is there a way to comment out both at the same time? I know how to comment out for PHP and for HTML but I'm not sure if it is possible to use one method that will comment out both.