Suppose I have an if statement in PHP, like this:
if
if($var || $var2 || $var3){ //code }
How do I know which variable triggered the if statement?
Aucun commentaire:
Enregistrer un commentaire