im trying to add my advertisement onto my forums
the code is only 2 lines
<?php
require "ad.php";
echo show_ad();
?>
at first i couldnt figure it out, and i just included the file in the main pages and it would give the header already recieved error
i tried adding it to the parsed php, but it has an echo in it, so that doesnt work
and when i tried what logician suggested above it gave me an db error.
is there any way to do this?
thanks
|