LJ Host
08-16-2007, 09:19 PM
Hi guys,
I'm needing some help parsing some included html with htmlentities().
So I want it to function something like this:
<? $precode = htmlentities(include('http://someurlwithhtmlcode.php')); ?>
<pre>
<?=$precode?>
</pre>
However the above doesn't work at all.. but you get the idea.
I'm needing some help parsing some included html with htmlentities().
So I want it to function something like this:
<? $precode = htmlentities(include('http://someurlwithhtmlcode.php')); ?>
<pre>
<?=$precode?>
</pre>
However the above doesn't work at all.. but you get the idea.
