a keyword database

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
m2babaey
Forum Contributor
Posts: 364
Joined: Sun May 20, 2007 9:26 am

a keyword database

Post by m2babaey »

Hi
you know that many jobs require a keyword table for suggesting keyword phrases to users.
How do they setting that table records? do they hire someone to enter data? :?
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Re: a keyword database

Post by superdezign »

m2babaey wrote:Hi
you know that many jobs require a keyword table for suggesting keyword phrases to users.
How do they setting that table records? do they hire someone to enter data? :?
That seems wasteful. Most places seem to take all keywords entered and save them, and either link them together with soundex or by what people have actually entered after they used that particular keyword to keep a balance of relevance.
Post Reply