jeudi 3 mars 2016

In simple if else combine else part how is possible?

I have a situation like this

if(true){
    if(true){
        echo "Good One";
    }else{
        echo "Not Good";
    }
}else{
    echo "Not Good";
}

Now in that i want to remove one of them else part but logic work same. any idea for this logic.

Aucun commentaire:

Enregistrer un commentaire