<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for "extract keywords"</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Sat, 17 May 2008 06:36:05 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Extract Search Keywords from String</title>
	<link>http://www.bytemycode.com/snippets/snippet/675/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/675/comments/</comments>
	<pubDate>Wed, 04 Jul 2007 08:50:58 +0000</pubDate>
	<dc:creator>drillman</dc:creator>
	<category>"extract keywords", "search string", google</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/675/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Wed. Jul. 4th, 2007  8:50 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/675/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_beginner.gif" align="middle" class="icon" alt="Beginner" /> <a href="http://www.bytemycode.com/members/member/drillman/" title="Beginner">drillman</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22extract+keywords%22">"extract keywords"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/%22search+string%22">"search string"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/google">google</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/675/comments/">2 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 4
			<p>This snippet extracts the keywords or search phrases from a Google referral. It also sets variables for the search engine, date and web page which received the referral if you want to log the data to a file or database. The variables are $engine, $finalphrase (keyword phrase),  $page(referred web page), and  $date.</p>
		]]>
	</description>
</item><item>
	<title>Search Keywords</title>
	<link>http://www.bytemycode.com/snippets/snippet/656/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/656/comments/</comments>
	<pubDate>Sun, 20 May 2007 05:17:40 +0000</pubDate>
	<dc:creator>SecondV</dc:creator>
	<category>"extract keywords", "search engine", keywords</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/656/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Sun. May. 20th, 2007  5:17 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/656/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_scripter.gif" align="middle" class="icon" alt="Scripter" /> <a href="http://www.bytemycode.com/members/member/SecondV/" title="Scripter">SecondV</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22extract+keywords%22">"extract keywords"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/%22search+engine%22">"search engine"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/keywords">keywords</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/656/comments/">1 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 7
			<p>This class can be used to retrieve the search words entered by an user in a search engine site that lead the user to the current page.<br /><br />The class can parse the HTTP_REFERER variable if present. Then it can detect which search engine site lead the user to the current page, and extract the search words.<br /><br />Currently the following engines are supported:<br /><br />- Google<br />- Yahoo<br />- MSN<br />- AllTheWeb<br />- LookSmart<br />- AskJeeves</p>
		]]>
	</description>
</item>
	</channel>
</rss>