
Originally Posted by
DNCamper
Why not use php include instead of Iframe?
Code:
<?php include("path to your file");?>
AFAIK, a php include just dumps the code into your page. If the OP wants a width restriction on the code (i.e to put it in a box), this wouldn't work at all.
Let me try to explain 
linked page:
Text which is spanning a wide distance. Text which is spanning a wide distance.
With an iframe, the result is
Code:
Text which is spanning
a wide distance. Text
which is spanning a wide
distance.
But with an include, it would literally just paste the whole sentence, in a line.
I can't really explain any further, I hope someone understands me
cr3ative
Bookmarks