Php kullanarak metin aramak için?
Yani:
<?php $text ="hello World!"; if ($text contains "world") { echo "True"; } ?>