News Feed
Jobs Feed
Sections




News Archive
Jason Sheet's Blog:
Soundex implemented in PHP
May 27, 2006 @ 11:52:57

On Jason Sheet's blog, there's a new post that offers up a brief tutorial on implementing the soundex functionality in PHP.

Soundex is an algorithim to help determine if a word sounds like another word; it is commonly used to detect words that are incorrectly spelled or to make the suggestion "did you mean ? instead of !?" For example if you typed in smythe using soundex a program could look for other names that sound like it and find that smith and smythe sound alike.

In this article I will demonstrate a PHP implementation of soundex, in practice this implementation has little value because PHP itself has soundex() function already but this article should help you understand how it works better.

He jumps right in, mentioning the steps the script will take (seven of them) before getting right to the code. He's written up his own soundex functionality packaged up nicely in a reusable function and has even compared it to the built-in PHP soundex function for accuracy.

1 comment voice your opinion now!
tutorial soundex implementation builtin simple function tutorial soundex implementation builtin simple function


blog comments powered by Disqus

Similar Posts

Developer.com: Amazon Web Services and the Zend Framework

Symfony Blog: Call the expert: How to implement a conditional validator?

NetTuts.com: How to Upload Files with CodeIgniter and AJAX

php|architect: Using the PEAR Installer (Parts 1 & 2)

Stefan Mischook's Blog: Introduction to MySQL Video Tutorial


Community Events









Don't see your event here?
Let us know!


development api event example conference introduction interview zendframework2 release language composer framework tool testing object podcast code functional opinion community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework