Quote Originally Posted by yellow1912 View Post
Ddo the same thing there, find:

$conditions[] = "$field LIKE '%/$element/%' ";

Add above

$element = zen_db_input($element);

That did the trick ... thank you very much!