Page 1 of 1
Incoming tracking code not working
Posted: Thu Jan 08, 2015 11:35 pm
by vicotnic
Hi!
I try to use include("/FULL/PATH/TO/public_html/your_te3_directory/in.php");
in my header.php file (using Wordpress) between the <HEAD> tags.
But the only thing that happens, it display that line as a text on the top of
the site.
Re: Incoming tracking code not working
Posted: Fri Jan 09, 2015 8:02 am
by texpert
Hello,
try
<?php include("/FULL/PATH/TO/public_html/your_te3_directory/in.php"); ?>
and don't forget to replace the full path with yours.
best regards,
Alex
Re: Incoming tracking code not working
Posted: Fri Jan 09, 2015 8:23 am
by vicotnic
texpert wrote:Hello,
try
<?php include("/FULL/PATH/TO/public_html/your_te3_directory/in.php"); ?>
and don't forget to replace the full path with yours.
best regards,
Alex
If I enter <?php include("/public_html/girls2go2/tex3/in.php"); ?>
Can that be correct? girls2go2.com is my site and tex3 is a subdirectory for TradeExpert in
that directory
Re: Incoming tracking code not working
Posted: Fri Jan 09, 2015 8:27 am
by texpert
Yes that's correct, if this is your path.