| Senior Member Join Date: Aug 2002
Posts: 1,300
NP$: 2.85 ( Donate)
| Are you thinking of htmlspecialchars or htmlenteties? Is what you're wanting to do is display the source code of the html rather than having the browser parse it when you print it? If so, you can also use <xmp> or <pre> tags around what your print.
<xmp>
<?=$result['your_result'];?>
</xmp> |