0
I’m with a problem that I can not solve I’m finishing a site that will be used for a football pool, follow the link (http://bolaobr.arwmontagememanutencao.com.br) 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 fetch the result, which is sent via post to page that displays the points and the sum of them, would like a help to capture all bettors and add their points.
Below the link of the sending script (page bettors) that be in a txt http://bolaobr.arwmontagememanutencao.com.br/bolaobr/script01_ajuda.txt
I would like to know how to capture all bettors via post or get and add their respective points at the end of the row that would be the last column(td), at first I can capture only 1 bettor and add their points via post or get. It seems that the page that receives the data does not read every 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’t capture the last.
apt=M2c&jogo1=7&jogo2=7&jogo3=7&jogo4=10
I’d like to capture them all and add up their values.
Voce can post the table structure?
– RFL
The question is not clear, it seems that you want us to create an algorithm and pass the code ready for you. It would be more objective to post exactly what your problem is. [help/dont-Ask]
– Edson Horacio Junior
I do not want code ready friend, so much so that I posted the link of my code that makes the sending of data via POST, I did not post the code because it is very large, including posted the link of the site I am building. I can capture only one bettor and add up your points I would like help to capture all the bettors and add up the points, already tried via GET and saw that all the data are going to url but I can only capture one follows the link from the script of the page that receives the http data://bolaobr.arwmontagememanutencao.com.br/bolaobr/script01_ajuda2.txt
– Rlacerda
Maybe this reference will help you with the sum of the values, from a glance and see if this is what you need, otherwise be clearer in your need. Sum Values in Tables
– Henrique S. Santos