Hi,
Here is a little thing I don't understand. I will simplify the situation to make it easier to understand.
$keyword=snowreport;
$query = Tignes and (ski report or snowreport);
$found = preg_match("/\b$keyword/i", $query);
I get this warning back: Unknown modifier 't' in ...
Although he did find snowreport in the query string just fine.
Can anybody explain me what it means and how maybe I can disable warnings (if that is possible).
Thanks in advance
FS