dragonusthei Posted January 1, 2007 Share Posted January 1, 2007 Hello,Does any one have either the code to do this or a class.Im looking to detect what keyword they typed into google to get to my webpage. Oviousely to get the string its easy enough just a simple $_server array but is there a class or code to parse this information into just the keyword?Thanks. Link to comment https://forums.phpfreaks.com/topic/32461-keyword-from-search-engine/ Share on other sites More sharing options...
dragonusthei Posted January 1, 2007 Author Share Posted January 1, 2007 any help Link to comment https://forums.phpfreaks.com/topic/32461-keyword-from-search-engine/#findComment-150852 Share on other sites More sharing options...
ShogunWarrior Posted January 1, 2007 Share Posted January 1, 2007 If you have a look on PHPClasses.org for a search keyword class you should find something there.It's an easy enough thing to do but if you find a ready-made class it should have all the different search engine URLs built-in. Link to comment https://forums.phpfreaks.com/topic/32461-keyword-from-search-engine/#findComment-150863 Share on other sites More sharing options...
Hypnos Posted January 1, 2007 Share Posted January 1, 2007 Just grab the referal URL, and scrape it if it was from any common search engine. Link to comment https://forums.phpfreaks.com/topic/32461-keyword-from-search-engine/#findComment-150865 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.