Porl123 Posted February 26, 2009 Share Posted February 26, 2009 You know in mysql you can find a record by a part of it like field='%$data%' is there a way of doing this with php? I'm trying to use is_array to find if the $data value is 14, but it's not just 14 in the array. It'd be like 14h with a letter after it. I know there's ways around this but i just thought i'd save time and ask to see if there's any easier ways anyway any help would be appreciated. thanks! Quote Link to comment https://forums.phpfreaks.com/topic/147029-solved-finding-part-of-an-array-value/ Share on other sites More sharing options...
premiso Posted February 26, 2009 Share Posted February 26, 2009 stristr would be the way to do it. You would have to loop through the array to check however. Quote Link to comment https://forums.phpfreaks.com/topic/147029-solved-finding-part-of-an-array-value/#findComment-771873 Share on other sites More sharing options...
Porl123 Posted February 26, 2009 Author Share Posted February 26, 2009 ah shall do that. thanks man ;] Quote Link to comment https://forums.phpfreaks.com/topic/147029-solved-finding-part-of-an-array-value/#findComment-771880 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.