Meta Keyword Generator

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpmine
Forum Newbie
Posts: 1
Joined: Sun Jun 29, 2008 1:23 pm

Meta Keyword Generator

Post by phpmine »

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, http://www.phpmine.com. Go to the "Q and A" section and you'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:
  • puts all the words in an array and counts their frequency
  • creates an array of two words phrases and counts their frequency
  • does the same for 3 word phrases
  • spits out the top 25 keywords from the array generated


maybe someone has already cooked up this nasty script. thanks in advance guys!
Post Reply