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 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
Archived
This topic is now archived and is closed to further replies.