<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>PHP Community</title><link>http://forums.iis.net/1102.aspx</link><description>A forum for the PHP community running on IIS</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Meta Keyword Generator</title><link>http://forums.iis.net/thread/1872911.aspx</link><pubDate>Mon, 30 Jun 2008 15:42:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1872911</guid><dc:creator>phpmine</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1872911.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1872911</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Yahoo API has a&amp;nbsp; lib for Yahoo Answers. I wanted to be able to create good meta data based on the data returned by the api. you can see this on &lt;a href="http://www.phpmine.com/PHP_Questions_and_Answers/1/index.html"&gt;PHPMine&lt;/a&gt; where the api is actually being used. when you look at the meta data in the source you&amp;#39;ll see that the 5 questions becomes the page description and the distinct words found in those questions becomes the keywords.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;now, if you look at the first question:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;htmlspecialchars_decode() PHP function alternative?&lt;/b&gt;&lt;/p&gt;&lt;p&gt;you&amp;#39;ll notice that PHP Function and Function Alternative are two word pairs worth putting as meta keywords. so my question is what the logic would be for extracting&lt;/p&gt;&lt;ol&gt;&lt;li&gt;htmlspecialchars_decode PHP&lt;/li&gt;&lt;li&gt;PHP function&lt;/li&gt;&lt;li&gt;function alternative&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;as keywords. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Meta Keyword Generator</title><link>http://forums.iis.net/thread/1872879.aspx</link><pubDate>Mon, 30 Jun 2008 12:21:13 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1872879</guid><dc:creator>HostingASPNet</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1872879.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1872879</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;What is the purpose of this tool?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</description></item><item><title>Meta Keyword Generator</title><link>http://forums.iis.net/thread/1872851.aspx</link><pubDate>Sun, 29 Jun 2008 18:38:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1872851</guid><dc:creator>phpmine</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1872851.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1872851</wfw:commentRss><description>&lt;p&gt;
Hello you PHP Community! I am looking to make an automatic meta keyword generator based on an array of phrases. It is more my site that is under construction, &lt;a href="http://www.phpmine.com" title="PHPMine" target="_blank"&gt;http://www.phpmine.com&lt;/a&gt;. Go to the &amp;quot;Q and A&amp;quot; section and you&amp;#39;ll see a series of questions there, five in total. right now the system simply grabs all the words there, filters though common words, and then spits out the words as keywords. I would like some advice on how to set it up in this way:
&lt;/p&gt;&lt;ul&gt;
&lt;li&gt;puts all the words in an array  and counts their frequency&lt;/li&gt;
&lt;li&gt;creates an array of two words phrases and counts their frequency&lt;/li&gt;
&lt;li&gt;does the same for 3 word phrases&lt;/li&gt;
&lt;li&gt;spits out the top 25 keywords from the array generated&lt;/li&gt;


&lt;/ul&gt;
maybe someone has already cooked up this nasty script. thanks in advance guys!</description></item></channel></rss>