Snooble Posted August 12, 2009 Share Posted August 12, 2009 Hey everyone, thanks in advance: I've created a group of bingo cards in a database. The table looks like this: ID 0 1 2 3 4 5 6 7 8 9 There are 10 items on each bingo card. I need a script that will tell me how many items have been ticked on each card, and list them in the order of most ticked. What method would you use to do this? And why? Thank you! Snoobs Quote Link to comment https://forums.phpfreaks.com/topic/169925-a-bingo-checker-need-some-help/ Share on other sites More sharing options...
Snooble Posted August 13, 2009 Author Share Posted August 13, 2009 can anyone help today? thanks in advance Snooble Quote Link to comment https://forums.phpfreaks.com/topic/169925-a-bingo-checker-need-some-help/#findComment-897154 Share on other sites More sharing options...
Mark Baker Posted August 13, 2009 Share Posted August 13, 2009 Your database shouldn't have fields called 0, 1, 2, etc. So what is the real structure of your table. And how do you identify what the number is? and whether it has been ticked or not? Quote Link to comment https://forums.phpfreaks.com/topic/169925-a-bingo-checker-need-some-help/#findComment-897155 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.