View Single Post
Old 05-24-2008, 12:09 AM  
Goodings Media
Confirmed User
 
Goodings Media's Avatar
 
Join Date: Apr 2007
Location: UK
Posts: 1,987
just missed out a curly bracket, } :P

PHP Code:
<?php
/***** Link tracker*******
Track hits using ....out.php?out=http://yourtradepartner.com

************************/

if(isset($_GET['out'])){
        
mysql_query("UPDATE tracker SET hitsout=hitsout+1, hitsout_today=hitsout_today+1 WHERE link='" $_GET['out'] . "'");    
        
header('Location: ' $_GET['out']);
}
?>
__________________
ICQ: 446-568-913 Email: liam||goodingsmedia.com msn: [email protected]
Goodings Media is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook