Click to See Complete Forum and Search --> : visitors statistics application


amazing_andr3
01-24-2005, 05:35 PM
I'm making myself a PHP/MySQL visitor statistics application.

I noticed that to figure out what the visitor searched for I need to get this

p=miserable+failure

from the referrer (if it's yahoo) and this

q=miserable+failure

if it's google.

What I need a list of how the 10 or so most popular search engines/directories pass the search string.

I know someone must have put together such lists, I just don't seem to be able to find it.

I also want to make sure the variable name (p or q in this cases) is always the same.