Codice PHP:
$query = mysql_query("SELECT descrizione
FROM tabella
WHERE descrizione REGEXP '[[:<:]]".$testoricerca."[[:>:]]' ") or die(mysql_error());
Codice PHP:
$query = mysql_query("SELECT descrizione
FROM tabella
WHERE descrizione REGEXP '[[:<:]]".$testoricerca."[[:>:]]' ") or die(mysql_error());