Jump to content

Collecting AOL Search Terms


drbbest

Recommended Posts

I am attempting to collect AOL search terms. I know the code is correct (it works for google, bing, yahoo, etc) but not AOL. Here's the code that doesn't' work. Can anyone help?

 

else if (eregi('search\.aol', $this->referer))

{

// AOL

preg_match("#{$this->sep}q=(.*?)\&#si", $this->referer, $this->keys);

$this->search_engine = 'AOL';

}

 

 

 

I have attached the full code.

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/192561-collecting-aol-search-terms/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.