One of the common problems that domain name industry programmers have is splitting a domain name like bluesuedeshoes.com into its keywords, blue suede shoes. It is trickier than it seems at first glance. I’ve decided to share my version just to demonstrate some recursive programming in PHP and to see if anyone else can put it to good use to evaluate domain names.
Domain Name Keywords Script
Previous post: PHP PageRank query script

