1
Hello, everybody!
I am unable to send checkbox values through Phpmailer. Could someone give me a hint?
$precisa = implode(",", $_POST['precisa[]'] );
<label>
<p style="margin-right: 40px;">O QUE VOCÊ PRECISA?</p>
<label>
<input type="checkbox" class="check" name="precisa[]" value="Site"><font color="#ffe200">Site</font>
<input type="checkbox" class="check" name="precisa[]" value="App"><font color="#ffe200">App</font>
<input type="checkbox" class="check" name="precisa[]" value="Logomarca"><font color="#ffe200">Logomarca</font><br />
<input type="checkbox" class="check" name="precisa[]" value="Catálogo"><font color="#ffe200">Catálogo de produtos</font><br />
<input type="submit" class="button" value="Enviar contato" />
</label>
and when the checkbox has different Ames as it could do?
– allan araujo
@allanaraujo as well?
– rray
this is my question would you like to answer it ? http://answall.com/questions/178790/como-checkbox-com-names-diferentes-para-o-mysql
– allan araujo
I have an order screen with an input text and two checkbox with different Names and two other input text to place the quantities , and also with different Names to send them to mysql ,but I do not know how to use more than one implode to insert into the database .
– allan araujo