mardi 13 décembre 2016

Why does this if statement not work and wont ever trigger the if case?

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