hisham
IS-IT--Management
- Nov 6, 2000
- 194
If the data in the mysql have some spelling errors i.e. added the letters o, u, s, to some words like that:
$string="Click the fourums name to add it to your list.";
and
$searchword="forum";
is there any method "maybe using str_replace" to allow the result of the search display : Click the fourums name to add it to your list. As written in the database even the user enterthe word "forum"
Thanks in advance.
$string="Click the fourums name to add it to your list.";
and
$searchword="forum";
is there any method "maybe using str_replace" to allow the result of the search display : Click the fourums name to add it to your list. As written in the database even the user enterthe word "forum"
Thanks in advance.