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.
Incoming tracking code not working
Moderator: Rock
Re: Incoming tracking code not working
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
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
If I enter <?php include("/public_html/girls2go2/tex3/in.php"); ?>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
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
Yes that's correct, if this is your path.