Hi guys,
I have a question....
Ok so I have a page which is called: line-up.php
So when the users clicks a box, a pop-up opens up and there is a list of players which they can click. So what I want is that, when the users clicks on a name, that name comes into that apppropriate box(which is a table cell).
And at the end of the page there is a submit button, and when users clicks on it, it updates the MYSQL table.
The names list is a mysql table output also.....
I am thinking of using the GET method, but I have no idea what so ever how to pass the url to the parent page lol.
Thanks for your help,
Ara
Edit:
Oh and, there must be a restriction.
it is for a hockey league.
So a team muste have maximum 20 players in their line-up....
There are differerent Positions.
Forwards 4 lines of 3 players.
Defenses 3 lines f 2 players
Goalie 1 Starting and another Backup
And there is 2 Power Play Line
5 Players each
And 2 Penlaty Kill line
4 Players each
But there can only be 18 players in total and 2 goalies...
Thanks for your help,
Ara
I have a question....
Ok so I have a page which is called: line-up.php
So when the users clicks a box, a pop-up opens up and there is a list of players which they can click. So what I want is that, when the users clicks on a name, that name comes into that apppropriate box(which is a table cell).
And at the end of the page there is a submit button, and when users clicks on it, it updates the MYSQL table.
The names list is a mysql table output also.....
I am thinking of using the GET method, but I have no idea what so ever how to pass the url to the parent page lol.
Thanks for your help,
Ara
Edit:
Oh and, there must be a restriction.
it is for a hockey league.
So a team muste have maximum 20 players in their line-up....
There are differerent Positions.
Forwards 4 lines of 3 players.
Defenses 3 lines f 2 players
Goalie 1 Starting and another Backup
And there is 2 Power Play Line
5 Players each
And 2 Penlaty Kill line
4 Players each
But there can only be 18 players in total and 2 goalies...
Thanks for your help,
Ara
Last edited: