Posted by Jan on 11/18/18 11:41
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
www.mysite.com/index.html?banner=mail&color=red
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&color=red or
www.mysite.com/index.html?banner=mail&color=red? Thus not just the
referrer, but what the referring site requested/linked to at mysite.com?
[Back to original message]
|