Hi Folk
I was wondering if it is possible to find out what people click on, using
PHP.
For example, I have a PHP page with an email link and some third party links
(e.g. www.someone-else.com). I want to know where people go.
My own solution would be to make the link not to an email or a third-party
website, but to another page along the lines of
<?php
//check out where it came from and where it is going
//write info to database
header = {where it should be going}
?>
I am not sure if you can do this with email, but I am also wondering if
there is an easier/smarter way to do this.
Cheers
- Nicolaas
I was wondering if it is possible to find out what people click on, using
PHP.
For example, I have a PHP page with an email link and some third party links
(e.g. www.someone-else.com). I want to know where people go.
My own solution would be to make the link not to an email or a third-party
website, but to another page along the lines of
<?php
//check out where it came from and where it is going
//write info to database
header = {where it should be going}
?>
I am not sure if you can do this with email, but I am also wondering if
there is an easier/smarter way to do this.
Cheers
- Nicolaas
Comment