How to create a search engine using php's metaphone function, which enables us to match sounds rather than looking for exact matches.
There are 3 videos in this playlist:
1. An overview of the process
2. How to store both data and the phonetic equivalent in your database by using a simple web form
3. How to query the database looking for approximate sound matches rather than exact matches.