aaricwon Posted March 14, 2008 Share Posted March 14, 2008 Hello everyone. I really want to make a database of Fighters. This will be for a sport called Brazlian Jiu Jitsu. The database will be searchable. Once you fight a fighter you click on his name and his stats will pop up and a list of who he fought and when. On the list of Who he fought, the opponents names will be clickable and take you to their profile page showing all of their info and their fights etc. A perfect example of what I want is here: http://combatrec.com/display_athlete.php?fighter_id=17130 That is a database of MMA fighters. The only difference is mine will be Jiu Jitsu fighters. I am too new to be able to create something so complicated though and don't have the $ to pay someone (no idea even what it'd cost) Is there a already made script out there that I could do this with? ??? Link to comment https://forums.phpfreaks.com/topic/96148-is-there-a-script-out-there-for-this-i-cant-figure-this-out/ Share on other sites More sharing options...
craygo Posted March 14, 2008 Share Posted March 14, 2008 Not really but to give you a couple starters you would have a multi table database. one table would hold all your fighters with name, weight, style, blah blah blah. You would also have a table which would hold all the fights. this table would have a link to the 2 fighters match with details on the fight. win, loss, KO, rounds blah blah blah. Then you could have a table with stats for the match. fields like number of kicks, number of punches, blocks, blah blah blah. Each table would be linked with the unique identifier the stats table would have a matchid which would point back to the matchid in the match table, fighter one and fighter 2 would have a fighterid which would link back to the fighter table. Then you would use queries to retrieve all the data. Ray Link to comment https://forums.phpfreaks.com/topic/96148-is-there-a-script-out-there-for-this-i-cant-figure-this-out/#findComment-492191 Share on other sites More sharing options...
aaricwon Posted March 14, 2008 Author Share Posted March 14, 2008 If this isn't too hard, would anyone be interested in this project? Link to comment https://forums.phpfreaks.com/topic/96148-is-there-a-script-out-there-for-this-i-cant-figure-this-out/#findComment-492210 Share on other sites More sharing options...
kenrbnsn Posted March 14, 2008 Share Posted March 14, 2008 If you want someone to do the work for you, please post in the Freelancers area. Ken Link to comment https://forums.phpfreaks.com/topic/96148-is-there-a-script-out-there-for-this-i-cant-figure-this-out/#findComment-492233 Share on other sites More sharing options...
aaricwon Posted March 14, 2008 Author Share Posted March 14, 2008 Quote If you want someone to do the work for you, please post in the Freelancers area. Ken DONE. Thanks! Link to comment https://forums.phpfreaks.com/topic/96148-is-there-a-script-out-there-for-this-i-cant-figure-this-out/#findComment-492242 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.