yanivkalfa Posted July 19, 2008 Share Posted July 19, 2008 hi there . am tring now for quit some time now . to search values i get in a variable .. some values for eg .. games, movies, applications from columns name Category .. but i only have 1 variable that contains this info .. is there a way to do this ? Quote Link to comment https://forums.phpfreaks.com/topic/115535-hi-i-am-trying-to-search-some-values-on-same-columns-with-1-variable-is-ther-a/ Share on other sites More sharing options...
Xurion Posted July 19, 2008 Share Posted July 19, 2008 So you have a variable that has a lot of information in it, and you need to search that variable for a string pattern? Is you string split into new lines or anything like that? You'll probably have to use a regular expression function like ereg(). Quote Link to comment https://forums.phpfreaks.com/topic/115535-hi-i-am-trying-to-search-some-values-on-same-columns-with-1-variable-is-ther-a/#findComment-594059 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.