Suppose I have a mailing list and a database of everyone subscribed to the mailing list. How would I keep track of who clicked on a link from the email?
I'm looking to have a database with all the information and who has been clicking,
The most important issue is to find a way to distinguish the refferals,
such as Dave Smith, with email [email protected] clicks on the link, i'm looking for a way to assign a variable with the unique information, or put it into a mysql table.
I was thinking script.php?name=id1
The script being what would proccess all the info. I was tring to figure out if I could store the refferals, and line each id up with the subscriber, I also tried using $PHP_SELF and assigning it to a variable. But the ?name=id1
doesn't carry over.
I am not an expert programmer by any means, any help would be greatly appreciated. Thanks
I'm looking to have a database with all the information and who has been clicking,
The most important issue is to find a way to distinguish the refferals,
such as Dave Smith, with email [email protected] clicks on the link, i'm looking for a way to assign a variable with the unique information, or put it into a mysql table.
I was thinking script.php?name=id1
The script being what would proccess all the info. I was tring to figure out if I could store the refferals, and line each id up with the subscriber, I also tried using $PHP_SELF and assigning it to a variable. But the ?name=id1
doesn't carry over.
I am not an expert programmer by any means, any help would be greatly appreciated. Thanks
Comment