Quote:
Originally Posted by acast
The same file twice where?
|
Both of your 'require_once' lines have the same file name.
Quote:
This is the end of the vbtrade.php
Code:
print_output($templater->render());
How can i use an iframe? Is a tutorial or something here? I never heard that.
|
iframe is an html tag (you don't need to create a bbocde to use one in a template).
To be honest I'm not sure what you're trying to do. It looks like you're trying to use the method in this article to include output from an external file (vbtrade.php), but you also have a template. What are you using that template for, and what output do you expect from vbtrade.php? And where are you trying to include it?