This question already has an answer here:
$type = 'bravo'; if ($type === ('alpha' || 'bravo')) { echo $type; }
This never returns anything. Why this is happening?
Aucun commentaire:
Enregistrer un commentaire