Jump to content
Fórum Script Brasil
  • 0

Valores do ID


AlexArt5

Question

Oi gente!

Estou com uma dúvida e preciso de uma dica:

estou usando:

.
.
.
if(isset($_POST['checkbox'])){
    for ($i=0; $i<count($_POST['checkbox']);$i++) {
        $total=$total+$_POST['checkbox'][$i];
        echo " R$ ".number_format($_POST['checkbox'][$i],2,',','.')."<br/>";
    }
    echo " R$ ".number_format($total,2,',','.')."<br/>";
}
.
para capturar os valores de um checkbox.
.
while($r = mysql_fetch_array($t)){
$id++;
echo $r[1]." R$ ". number_format($valor[$id],2,',','.').'&nbsp;&nbsp;&nbsp;<input type="hidden" name="hiddenField[]" id="'.$produtoid[$id].'" value="'.$produtoid[$id].'"/><input type="checkbox" name="checkbox[]" id="'.$r[1].'" value="'.$valor[$id].'"/><br/>';
}
.

Com o checkbox funciona. Ele me retorna os valores que preciso sem problema. Mas, tentei usar a mesma lógica em um hiden mas não funciona, ou melhor, não retorna o respectivo dado.

Para poupar código, preciso capturar os valores do "ID" do checkbox. Mas não estou conseguindo.

Há alguma dica que possam me dar para resolver isso?

Desde já obrigado.

Edited by AlexArt5
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...