jeudi 1 juin 2017

PHP if/else statment

I want to know may I put "if else" inside of different "if else" in PHP? Thank you.

For example:
if(...){
......
}
elseif(...){
      elseif(...){
            .....
           }
}

Aucun commentaire:

Enregistrer un commentaire