Quote:
Originally Posted by Lynne
In the php page, test.php, after you include global.php, just include your script also - something like:
PHP Code:
chdir ('/home/hostcule/public_html');
require_once('./global.php');
include("offers/choice_ad1.php");
It should not have any output. If it does, then you need to assign it to a variable and then output that variable in your template where you want it.
|
I had done this and seperately set a variable but both print the output before that header of the page.