You could use an iframe if you're including your own stuff that you know is safe.
I've done it a few times but the whole allow html permissions will be the big issue.
==============
What about including files on the fly though Marco(or anyone)? I have a table produced for each member that I don't want to drag from the db as it's updated less than it'll be accessed. It would be named [userid]table.txt so if user 18 went to the page it would include 18table.txt for user 18 and so on - even if it was plain text with no html what would be the easiest way to include it
OR
I'm I reinventing the wheel and should be looking for a caching solution - and if so where?
Cheers
|