Samuz Posted July 28, 2010 Share Posted July 28, 2010 So basically I have a database full of players 'items'. Each player has 2 items. and I need to make a circle with these players with only specific items involved. Each circle can only contain 6 players. The items needed to create this circle are: pigs spice sugar cows aluminium marble iron lumber wheat water random random so 10 resources are literally needed to create this circle but 12 is needed to make it a 'circle' if you get me. I'd like to note that it is possible that any of these players can have a combination of any of resources listed above. I've created a form that allows people to submit players resources into my mysql database. I heard it was possible that I could code some type of filter/sort code to sort out the players resources from my database automatically into a set that will match what is needed (without any repeat of resources) and having a php code to export it into html format for viewing pleasures. I really have no idea how to go about this in mysql or php. But if somebody could help me out i'd be ever so glad. Also to note: this isn't school work or something. It's from a game I play and i'm just trying to make my job in it easier. I was thinking of maybe a php code that will run through all the possible partners in order to create this set like run through 100s of different sets until the required set is obtained. I heard this is just about possible. Can anyone help me? Looking forward to all the great help around here. Thanks Samuz PS: Each item/resource can only appear once in each circle. Link to comment https://forums.phpfreaks.com/topic/209166-help-with-a-phpmysql-automatic-sort-code/ Share on other sites More sharing options...
Samuz Posted July 29, 2010 Author Share Posted July 29, 2010 bump Link to comment https://forums.phpfreaks.com/topic/209166-help-with-a-phpmysql-automatic-sort-code/#findComment-1092506 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.