On my site: http://gemertzingt.nl/index.php/inschrijven there is a signup form.
People signup with a team name and a team captain and some extra fields.
After that they add contestants to their team..
A DB Save only saves the team name and captains information..
I want all contestants to be in the table as well.. No need for a separate tabel. Just one table will do
TeamName | TeamCaptain | CaptainMail | CaptainPhone | Remarks | Contestant Name
Team 1 | captain 1 | mail1@mail.nl | 0987654321 | noremarkhs | Contestant 1
Team 1 | captain 1 | mail1@mail.nl | 0987654321 | noremarkhs | Contestant 2
Team 1 | captain 1 | mail1@mail.nl | 0987654321 | noremarkhs | Contestant 3
Team 1 | captain 1 | mail1@mail.nl | 0987654321 | noremarkhs | Contestant 4
Team 2 | captain 2 | mail2@mail.nl | 3456788765 | noremarkhs | Contestant 1
Team 2 | captain 2 | mail2@mail.nl | 3456788765 | noremarkhs | Contestant 2
Team 2 | captain 2 | mail2@mail.nl | 3456788765 | noremarkhs | Contestant 3
etc etc
I have been struggling for a couple of days now, and cannot get my head around it.
Please help.
People signup with a team name and a team captain and some extra fields.
After that they add contestants to their team..
A DB Save only saves the team name and captains information..
I want all contestants to be in the table as well.. No need for a separate tabel. Just one table will do
TeamName | TeamCaptain | CaptainMail | CaptainPhone | Remarks | Contestant Name
Team 1 | captain 1 | mail1@mail.nl | 0987654321 | noremarkhs | Contestant 1
Team 1 | captain 1 | mail1@mail.nl | 0987654321 | noremarkhs | Contestant 2
Team 1 | captain 1 | mail1@mail.nl | 0987654321 | noremarkhs | Contestant 3
Team 1 | captain 1 | mail1@mail.nl | 0987654321 | noremarkhs | Contestant 4
Team 2 | captain 2 | mail2@mail.nl | 3456788765 | noremarkhs | Contestant 1
Team 2 | captain 2 | mail2@mail.nl | 3456788765 | noremarkhs | Contestant 2
Team 2 | captain 2 | mail2@mail.nl | 3456788765 | noremarkhs | Contestant 3
etc etc
I have been struggling for a couple of days now, and cannot get my head around it.
Please help.