mardi 5 mai 2015

I need to check if the keywords exists in the text

I need to check if the keywords exists in the text EX:

 <?php $text = "help me please in problem code" if (array_key_exists('problem', $text)) {
echo "You will get a solution to your problem";} ?>

Aucun commentaire:

Enregistrer un commentaire