I am trying to get this simple little script to work on a phpbb forum page.
At the top of the phpbb page there is a <?php and at the bottom there is a close ?> with a lot of code in between. the page works fine.
I need to insert this into the top of the page to make my little script work <?php include("banners.php"); ?>
When I insert this onto the page the page goes blank.
Thanks for any help you can give.