Quote:
Originally Posted by Logician
every webtemplate has a "phpinclude" section. So you can run your phpcode in this section and assign its HTML code into a variable, then use this variable to paste content in the middle of your HTML or TEXT parsed webtemplate.
|
my problem is a want to include a file that spits out a bit of HTML into the middle of my template and you cant really set variables to include("file.php"); and have them work within this sort of thing. (if there is a method let me know though)