Just curious if anyone might be able to assist. Been googling my ass off and no real luck so far lol
Basically what I'm trying to do is add the atx trade script codes. One in the header and one in footer. Nothing works, it's just blank.. doesn't print anything.
tried all these..
{include file='myfile.html'}
{php}my code..{/php}
{fileinc file="path/to/file"}
the atx codes:
Code:
for the footer
<?php
include 'top50.html';
?>
for the header
<?php virtual ("/cgi-bin/atx/in.cgi"); ?>