Is there a php function similar to in_array that can detect if a "partial value" is in an array value or not: e.g. $var1 = " big horse"; $var2 = " small yellow"; $var3 = " red hydrant"; $theArray = array(big blue horse, small yellow bird, giant red hydrant); Is there a way to find out if $var1 in $theArray or $var2 etc.? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php