I'm trying to call some code for an ad in the header of my forum.
I first tested it without an include and it works correctly. I then cut the code and put it in a new file and put
<include('/home/domain/public_html/ads/file.php');>
in it's place, but it isn't working. Is my format correct and do I need to do anything else to make my include work?