When i wrote the following, i get such warning, and it doesn't match anything, but i'm sure, that $row_search['content']
contains $value
...
preg_match_all("/[^\s]*".preg_quote($value)."[^\s]*/iu", $row_search['content'], $final_matched);
WARNING:preg_match_all() [function.preg-match-all]: Unknown modifier '/' in C:\xampp\htdocs\finance\search\search.php on line 82
why i get such warning message?
Thanks
$value
? – Swagger