student4 Posted December 30, 2011 Share Posted December 30, 2011 i have to do a statistics table. Users with max chors, household with max chors, user with max unfinished chors. i'm lost i don't know how to start. Can someone please help? Quote Link to comment https://forums.phpfreaks.com/topic/254076-hello/ Share on other sites More sharing options...
erdem Posted December 30, 2011 Share Posted December 30, 2011 make the database structure first. you need to have a users database table than others. then we may help you if you can write some php for that. Quote Link to comment https://forums.phpfreaks.com/topic/254076-hello/#findComment-1302523 Share on other sites More sharing options...
student4 Posted December 30, 2011 Author Share Posted December 30, 2011 table user(id, name, lastname) table user_assignment(id, id_assignment, id_user) table assignment (id, name) I have to print out the users with max and min assignments with their full names and counted assigments. Quote Link to comment https://forums.phpfreaks.com/topic/254076-hello/#findComment-1302532 Share on other sites More sharing options...
ManiacDan Posted December 30, 2011 Share Posted December 30, 2011 Ask your teacher for help on this, it's obviously a homework assignment and you don't speak enough English for us to be of much help. Quote Link to comment https://forums.phpfreaks.com/topic/254076-hello/#findComment-1302541 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.