I know that using PHP i can use the http_referer to get the referring search engine, or referring domain name, but if a user came through a search engine how would i get the keywords used?
so i could get the keywords by splitting the string from hl=en to &meta. Infact, how do i split between two points? I know that once i have the $q variables i can slpit it through explode("+"), but how do i get the $q var?
Also, what goes in the meta in the google searches? Is it worth pulling it out if i can get it?
also peeps, if i used include to include a script that got the referrer and saved data etc, would http_refer be the file that did the include? would i need to pass the http_refer on?
Bookmarks