Not sure I understand what you want, but if you do the following before any output is generated, then you will see the output as plain text (including any HTML tags) instead of the browser rendering it as HTML:
<?php
header("Content-Type: text/plain");