Hey everyone.
I have this problem I cannot seem to overcome. I have this script which works perfectly if I run it manualy, but when I try to include it into my page nothing shows up. It is a banner rotator script and I tryed the following:
<?php
require 'ads/banners.php';
?>
and/or
<?php
include 'ads/banners.php';
?>
with all possible ("") and stuff, but the banners won't show up. Does any of you have any ideas what to do?
Thanks.