this code does not work it will trigger the else case at the right time but never the if case.
if(!empty($_POST)){ $deze = array_keys($_POST)[0]; if($deze === 10000){ echo"hoi"; } else{ }
Aucun commentaire:
Enregistrer un commentaire