nikomou
11-23-2005, 04:18 PM
Hey Guys,
I'm looking for a php script that will show the website and keyword used (if from a search engine) to find my site...
For example:
http://www.google.co.uk/search?hl=en&q=mysite&meta=
$site = google
$keyword = mysite
I would like this to work for:
MSN
Google
Yahoo
and Ask Jeeves..
If the referer is not a search engine:
www.examplereferrersite.com/bla-bla-bla.html
$site = examplereferrersite.com
$keyword = (blank)
Does anyone know how to do this??
I'm looking for a php script that will show the website and keyword used (if from a search engine) to find my site...
For example:
http://www.google.co.uk/search?hl=en&q=mysite&meta=
$site = google
$keyword = mysite
I would like this to work for:
MSN
Yahoo
and Ask Jeeves..
If the referer is not a search engine:
www.examplereferrersite.com/bla-bla-bla.html
$site = examplereferrersite.com
$keyword = (blank)
Does anyone know how to do this??