Okay, I'm making a web page for some a recreational support group, PHP+MySQL.
We've got several players, several teams, who participate in several local leagues.
Essentially, once I add one of our teams to one or more local leagues, I need to add the players to that team and league.
This is easy enough to do If I have the admin select a player, team, and league and add them in, what I want to do is link both the team and the league into one combo box to prevent the admin from adding Player X onto a team/league combination that does not exist. I want to combine that info into one box (ie: "Cougars - Fall League") but pass both our league_id and team_id via a post command.
Thanks,
Manzell B
manzellb@hotmail.com