Konu: PHP=Veri kaydederken checkbox seçilmediğinde sorguda hatayı önlemenin + NULL değerini korumanın yolu!
26.05.2022 22:01
if(isset($_POST["checkbox"])){ $checkboks = intval($_POST["checkbox"]); } else { $checkboks = NULL; }
1 kişi bu mesajı beğendi.