Hi
I want to suggest related keywords for a word or phrase someone enters.
1 way is having a big database and search it.
but can i do it another way without having a table for a big list of keywords?
keyword suggestion tool
Moderator: General Moderators
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
there are sites that offer free keyword suggesting like:
http://freekeywords.wordtracker.com/
or whatever i don't know. Is it possible for me to code something to use that sites when my users need keyword suggestion?
thanks
http://freekeywords.wordtracker.com/
or whatever i don't know. Is it possible for me to code something to use that sites when my users need keyword suggestion?
thanks
- iknownothing
- Forum Contributor
- Posts: 337
- Joined: Sun Dec 17, 2006 11:53 pm
- Location: Sunshine Coast, Australia
do you want a search feature or a keyword generator??
If you just want a keyword generator, you could use something as easy as the explode function on the users phrase
and not use common words (a, the, and, or etc.) in the result.
If you just want a keyword generator, you could use something as easy as the explode function on the users phrase
Code: Select all
explode(" ", $string);- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
i guess that for when the user enters for example 10 words and get them in different orders?iknownothing wrote:do you want a search feature or a keyword generator??
If you just want a keyword generator, you could use something as easy as the explode function on the users phrase
and not use common words (a, the, and, or etc.) in the result.Code: Select all
explode(" ", $string);
also how to echo the result?
You mean it's a problem? maybe those who don't like this place a anti-robot verifier like what google adwords is doingLike, stealing? Yes, yes it is possible.