If a referrer contains parameters, and I'd like to save these in a
cookie, is this possible?
I may have a banner at www.yahoo.com, this may include a link like
If I use the regular PHP parameter for referrer it gets only
www.yahoo.com, is it possible to make it store the parameter in the
link banner=mail&col or=red or
https://www.mysite.com/index.html?ba...ail&color=red? Thus not just the
referrer, but what the referring site requested/linked to at mysite.com?
cookie, is this possible?
I may have a banner at www.yahoo.com, this may include a link like
If I use the regular PHP parameter for referrer it gets only
www.yahoo.com, is it possible to make it store the parameter in the
link banner=mail&col or=red or
https://www.mysite.com/index.html?ba...ail&color=red? Thus not just the
referrer, but what the referring site requested/linked to at mysite.com?
Comment