lundi 9 septembre 2019

Special if-statement (multiple conditions) [duplicate]

Is it possible to do something like this in php:

if (X = 1 && (Y = 1 || Z = 2)) {
    ...
}

Thanks for you help :).

Aucun commentaire:

Enregistrer un commentaire