1. How to create a more advanced search engine for your website using php and MySQL

Опубликовано: 17 Март 2026
на канале: Phil Adams
2,496
17

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.