tu avrai :
<input type="checkbox" name="scelta" value="1">
giusto ??
lo recuperi:
$valore = $_GET[scelta);
qui ti può restituire 1 oppure nulla giusto ??
se tu fai
if($valore == "1"){
$valore = "1";
}else
{
$valore = "0";}
tu avrai :
<input type="checkbox" name="scelta" value="1">
giusto ??
lo recuperi:
$valore = $_GET[scelta);
qui ti può restituire 1 oppure nulla giusto ??
se tu fai
if($valore == "1"){
$valore = "1";
}else
{
$valore = "0";}