dose Posted November 27, 2009 Share Posted November 27, 2009 im such a newb with php im slowly learning.. can anyone show me how to search an array then store the match to be searched again?? example to help explain.. i want to search the array $id for $user user being from get user then i want to search that string for a more specific match. im really trying to search a array that looks like preg_match_all("/personaId=\"(.*?)\" userId=\"(.*?)\" displayName=\"(.*?)\" nameSpace=\"(.*?)\"/", $html, $id); trying to match the display name first then further match the personaid. Quote Link to comment https://forums.phpfreaks.com/topic/183107-search-array/ Share on other sites More sharing options...
dose Posted November 27, 2009 Author Share Posted November 27, 2009 figured out what i needed to do.. didnt even need to do what i was thinking Quote Link to comment https://forums.phpfreaks.com/topic/183107-search-array/#findComment-966378 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.