When it comes to hosted promo tools like FHGs, free sites, reviews and blogs etc?
Quote:
<?php $query=getenv("QUERY_STRING");
$query = (int)$query;
?>
|
Quote:
<a href="<?php
if ($query!=NULL)
echo 'http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=000000-0000&PA='.$query.'&HTML=http://www.domain.com';
else
echo 'http://www.domain.com';
?>">
|
Thanks