Unknown modifier '/' in …? what is it?

DarkAngel606

New Member
When i wrote the following, i get such warning, and it doesn't match anything, but i'm sure, that \[code\]$row_search['content']\[/code\] contains \[code\]$value\[/code\]...\[code\]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\[/code\]why i get such warning message?Thanks
 
Back
Top