| 
 Posted by d on 06/28/87 11:41 
".:J:." <MONKEYselskab-at-bigfoot.com> wrote in message  
news:44059fef$0$24221$edfadb0f@dread14.news.tele.dk... 
> Hi 
> 
> I want to catch the keyword people use when entering from a searchengine.  
> I want to pass this word into a form on my site, using php, any links or  
> experiences ? The form should perform a local search when user enters my  
> site. 
 
Check out the HTTP_REFERER header sometimes sent by browsers when they visit  
the first page they get to on your site.  If it's set, you can see quite  
clearly which search engine they came from, and their query.  Simply find  
out the format of the query strings on the major search engines you want to  
support, and then you will be able to accurately get the search query. 
 
hope that helps! 
 
dave 
 
> cheers 
> j 
>
 
[Back to original message] 
 |