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