01-06-2010, 02:00 AM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Feb 2008
Posts: 107
Thanks: 3
|
How to > if values in array exist in the sentence ?
Hello,
I want to do something if my sentence include one of the words in this array, How to do that ?
PHP Code:
$sentence = "I dont give a shit";
$values = array("lick","shit","pussy","horny");
Thanks...
|
|
|