function adsense4search(){
$ref = $_SERVER['HTTP_REFERER'];
$SE = array(’/search?’, ‘images.google.’, ‘web.info.com’, ’search.’, ‘del.icio.us/search’, ’soso.com’, ‘/search/’, ‘.yahoo.’);
foreach ($SE as $source) {
if (strpos($ref,$source)!==false) return true;
}
return false;
}
Warning: Cannot modify header information - headers already sent by (output started at /home/muiomuio/public_html/wp-content/themes/muiomuio_v6/functions.php:8) in /home/muiomuio/public_html/wp-includes/pluggable.php on line 848