Hello,
I make site for sport statistic with Dreamweaver. I have problem only with head-to-head section and need ideas and help.
I have two InnoDB tables:
1. player - info for every player (player_id, player, dob, country....) and
2. matches - results from matches between players (matches_id, player1, score, player2, score2, season.......)
I made two dynamic List Menues and Go buton linked in detailed page with matches between selected player. First I tried to pass with URL parameter and with Form Variable, but no result. Now I'm thinking to make relations between two tables, but it is so complicated. In table 'players' I have name of every player in table 'matches' I have two columns with names of players? I need ideas and help how to make this complex for me query, please?
I make site for sport statistic with Dreamweaver. I have problem only with head-to-head section and need ideas and help.
I have two InnoDB tables:
1. player - info for every player (player_id, player, dob, country....) and
2. matches - results from matches between players (matches_id, player1, score, player2, score2, season.......)
I made two dynamic List Menues and Go buton linked in detailed page with matches between selected player. First I tried to pass with URL parameter and with Form Variable, but no result. Now I'm thinking to make relations between two tables, but it is so complicated. In table 'players' I have name of every player in table 'matches' I have two columns with names of players? I need ideas and help how to make this complex for me query, please?
Comment