KBeezie is a nickname among my geek peers. This is my personal blog with a primary focus on coding how-tos as well as technical tips and tricks I learn along the way. You can even feel free to ask me a question that I might be able to answer here.
KBeezie is a nickname among my geek peers. This is my personal blog with a primary focus on coding how-tos as well as technical tips and tricks I learn along the way. You can even feel free to ask me a question that I might be able to answer here.
Hi
I have a question regarding the cloaking script please. Just wondered how I can have the ‘bh’ url string allow a variable on the end. I’m using a tracking script which appends my query string with for example ‘http://www.bhurlhere.com?kw=23456′
regards
Andy
In the kblinker script I wrote a while back, I wrote a couple lines that would take the query string via $_SERVER['QUERY_STRING'] and place it onto the end of the destination url. In that way anything attached to the original url would get passed onto the destination. So perhaps by that kind of mean.