Which is the more effective way of checking $value is not null
if ($value > 0 && $value !== 'null') { } OR if (empty($value)) { }
Aucun commentaire:
Enregistrer un commentaire