Quote:
Originally Posted by zentz
<head><?php include("tp/ssi_in.php")?>
this is the code tracks incoming hits. where do i include the IF exactly?
tnx
|
Code:
<head><?php include("tp/ssi_in.php")?>
<? if ($_GET['ref']) {
Header("Location: http://www.arcadena.com/");
}
?>