Need to read search terms from the http header using php or javascript?

Greg K

New member
When somebody searches on a word at google and then follows the link from google to my page, the term that person searched on is embedded in the http headers. I'd like to be able to parse that search term out of the headers and use it on the page, e.g., "your search for [their search term]"

I'd like to do this in javascript or php. Does anybody know of such a script?

Thanks,

Greg
 
Back
Top