<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 05:04:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Jason Sheet's Blog: Soundex implemented in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5458</guid>
      <link>http://www.phpdeveloper.org/news/5458</link>
      <description><![CDATA[<p>
On <i>Jason Sheet</i>'s blog, there's a <a href="http://blogs.idahoimageworks.com/jsheets/index.php?/archives/8-Soundex-implemented-in-PHP.html">new post</a> that offers up a brief tutorial on implementing the soundex functionality in PHP.
</p>
<quote>
<i>
<p>
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.
</p>
<p>
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.
</p>
</i>
</quote>
<p>
He <a href="http://blogs.idahoimageworks.com/jsheets/index.php?/archives/8-Soundex-implemented-in-PHP.html">jumps right in</a>, 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 <a href="http://us2.php.net/manual/en/function.soundex.php">soundex function</a> for accuracy.
</p>]]></description>
      <pubDate>Sat, 27 May 2006 11:52:57 -0500</pubDate>
    </item>
  </channel>
</rss>
