I just created a website, and I wanted to create a "search" module, the database was created, and I get connected, the system seems to work except this message which covers my web page:
PHP Error Message:
Warning: preg_match () [function.preg-match]: Compilation failed: unknown property name Effective \ P or \ p at
offset 7 in / home/a3637125/public_html/Moteur-de-recherche/class.inc/moteur-php5.class-inc.php on line 706
The relevant code:
if(preg_match('#[\p{Xan}][^a-zA-Z]#iu', $mot)) {
$mot = str_ireplace($withaccent, $withnoaccent, htmlspecialchars(trim($mot)));
}