View Single Post
  #1 (permalink)  
Old 03-23-06, 01:51 PM
srik4u srik4u is offline
Newbie Coder
 
Join Date: Mar 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Search for domain name in a Database with Spell check

Hi All,

My problem is...

My feature is a completely stand alone product where domain owners would come to our new website and signup to join our program and be able to check detailed daily stats and be able to see revenue stats broken down by domain name.
They can search the domain with the domainname. The search creteria will be...

Someone types in braincancer.com and we will recognize the top 5 keywords that are relevant to that domain. The four different ways we could figure out the relevant keywords for htis domain is as follows:

1) Seeing if the domain name is misspelled and correcting it into a correct spelling keyword

2) See what previous users that reached this page searched for on the search box on this page.

3) See the history of what the url was about in the past

4) Semantically query the domain name against a thesaurus and/or dictionary

How can i do this in PHP?
plz help me as early as possible..
Thanks.
Reply With Quote