I installed this and its working great. However, what I want to do is include the output produced by this page into a part of my home page. I tried two things
1) include the file with the
<?php
$included_file = "$page.txt";
?>
2) Cutting'n'Pasting the contents of adv_index.php into my current home page where I need the output.
Unfortunately, both of these results in the following error:
Unable to add cookies, header already sent.
File: /home/tbreak/public_html/index1.php
Line: 16
If I access the adv_index.php by itself- it shows up just fine. I tried removing all the meta tags from the templates for adv_index, but still get the cookie error. Any help would be appreciated.
Thanks
Abbas
|