View Single Post
  #5 (permalink)  
Old 08-14-2007, 01:47 AM
raj raj is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
raj is on a distinguished road
Exclamation is it Possible wild card search in array values?

hi all,

is it possible to wild card search in an array?

for eg:

$vSearchStr = "hi";
$Array = array("hello","hi mathew");

here, i want to get the key value for $vSearchStr:

how do i get the result for this?

can any one give sample for this?
Reply With Quote