I have a problem that I can not solve, I'm finishing a website that will be used for a soccer ball, follow the link ( link
a>) on the "bettors" page displays a list of registered bettors with the score of each and at the end of the line a button to search the result, which is sent via post to page that displays the points and the sum of them, would like of an aid to capture all the bettors and to add their points.Below the link of the submission script (bettors page) that is in a txt link
I would like to know how to capture all the players via post or get and add their respective points at the end of the line that would be the last column (td), at first I can capture only 1 bettor and add their points via post or get. It looks like the page that receives the data does not read the entire url.
These are the parameters received in the index.
index.php?rodada=1&apt=Azarado&rodada=1&apt=F2p&jogo1=7&jogo2=10&busca=Buscar+Resultado&rodada=1&apt=luizinho&rodada=1&apt=M2c&jogo1=7&jogo2=7&jogo3=7&jogo4=10
I just can not capture the last one.
apt=M2c&jogo1=7&jogo2=7&jogo3=7&jogo4=10
I would like to capture all of them and add their values.