TG SH4RPY Posted February 9, 2010 Share Posted February 9, 2010 Im looking for a way to filter the data between the different areas. Probably the best way to filter is by: Honorable Discharge, Dishonorable Discharge, and Validation ( the types of reasons why people are on there) http://pastie.org/816971 Quote Link to comment https://forums.phpfreaks.com/topic/191531-need-help-filtering-data/ Share on other sites More sharing options...
TG SH4RPY Posted February 16, 2010 Author Share Posted February 16, 2010 Anyone? Quote Link to comment https://forums.phpfreaks.com/topic/191531-need-help-filtering-data/#findComment-1012924 Share on other sites More sharing options...
RussellReal Posted February 16, 2010 Share Posted February 16, 2010 ORDER BY or WHERE type = 'XXX' or do you mean filter an array? you can sort it? asort or you can filter it with array_filter Quote Link to comment https://forums.phpfreaks.com/topic/191531-need-help-filtering-data/#findComment-1012991 Share on other sites More sharing options...
TG SH4RPY Posted February 17, 2010 Author Share Posted February 17, 2010 Either by Array or Order By Quote Link to comment https://forums.phpfreaks.com/topic/191531-need-help-filtering-data/#findComment-1013667 Share on other sites More sharing options...
RussellReal Posted February 17, 2010 Share Posted February 17, 2010 Either by Array or Order By I gave you answers for both bro Quote Link to comment https://forums.phpfreaks.com/topic/191531-need-help-filtering-data/#findComment-1013964 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.