Why below code is printing the "here", it should be "there"
$a = "171E-10314"; if($a == '0') { echo "here"; } else { echo "there"; }
Aucun commentaire:
Enregistrer un commentaire