Script URL: www.herbalvivid.com/ccount
Version of script: 1.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: affiliates
Write your message below:
I am trying to get the ccounter to use a qstring variable and I can't seem to set up the URL correctly to pass the potential variable. Here is what I start with:
<a href="cart.pl<? echo($qstring); ?>">Herbal Vivid</a>
$qstring contains a default affiliate ID if one is not avaialbe.
Is it possible to use ccount in this case?
I have tried this:
<a href="http://www.herbalvivid.com/ccount/click.php?id=7<? echo($qstring); ?>">Herbal Vivid</a>
which causes an error since it ccount thinks everything after the =7 is part of the ID.
Used URLs like this: http://www.herbalvivid.com/cart.pl
Ccount works killer! But I just need this one little tweak to work and I will be stylin.
Thanks!