Tagged Questions
0
votes
2answers
130 views
Detecting $_GET parameters from any page + Cookie
I'm trying to create a basic affiliation system plugin that for now, will do the following:
If it exists, read a $_GET URL parameter in any page (for instance http://mysite.com/about/?affid=1234). ...