]Hi.
I just got a new hoster and I must place this line into my forumhome template in vBB.
Code:
<? passthru("/usr/httpd/htdocs/bin/showbanner"); ?>
that's all I got...
Well, I just inserted that code like this
Code:
<td>
Banner should be under this text<br>
<? passthru("/usr/httpd/htdocs/bin/showbanner"); ?>
</td>
nothing happens... all I see is text and nothing more...
any ideas please?