php and flash?

kaits

Mitglied
Hi

In the flash is a link and when I click on the flash banner, a new window is opened. I have this link also in my database. How can I collect the amount of the clicks on this banner?
 
Link simply to a script, wich counts the visits and then navigates to the requestet site:
Link to count.php?site=www.tutorials.de

The count.php:
PHP:
$page = $_GET["site"];

//Set the visits

header("Location: $page");

Sorry, my english is very bad
 
Zurück