Categories
Tags → Php Search Tutorial

Fuzzy Searching in PHP

This tutorial discusses creating an advanced fuzzy search engine using PHP and a database. The tutorial uses the example of a wiki application, but the concepts can easily be applied to other applications in different languages.
DETAILS

How to match and extract strings in PHP

Learn how search strings or replace single or multple matches using PHP functions. This tutorial explains the basic operations for dealing with string search and replacement using preg_match(), and preg_match_all() functions.
DETAILS

Page:
©2003-2019 jCay.com