brown2005 Posted January 15, 2007 Share Posted January 15, 2007 Hi, I have a table monthly with the following fields;month bigint(15) position bigint(15) person bigint(15) hits bigint(15)what i want to do is group things by the month, i.e.789then have a table for each monthposition - person - hitsso7 position - person - hits1 - Name - 54 8 position - person - hits1 - Name - 542 - Name2 - 12etc.thanks for any help in advance.regardsrichard Quote Link to comment https://forums.phpfreaks.com/topic/34238-using-data-from-a-mysql-table-and-display-it-in-groups-by-month/ 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.