Quote:
Originally Posted by NuclioN
When i include a file in adv_index.php the output is placed above the header. I've tried this with other php files and they do the same. Maybe there is another method?
Hm..a variable! Do you have an example? It would open the door to many more include options if this works. 
|
why not do what i said
require_once("./file.php");
now if theres any html with varibles in there, copy it into a template eval this template
eval('$woot = "' . fetch_template('woot') . '";'); before the final call

i thin that shoudl work