Wednesday, May 23, 2012

ignore case in php

i am searching a text using in_array() function from the array which is fetching database value



$value is the array value.



How can i ignore case in this.



if(in_array($exp[$i],$value))




No comments:

Post a Comment