<?php $array = ["they has mystring in it", "some", "other", "elements"]; if (stripos(implode(" ", $array),'mystring') !== false) { echo "found mystring"; }
You have javascript disabled. You will not be able to edit any code.