if($country == 224 || $country == 223 || $country == 39 && $zip == '' ){
$_SESSION['sess_msg'] = "Please enter a Valid zipcode";
header("location: $SITE_PATH?p=account.profile.name");
exit;
}
variable value -------- ----- $country 224 $zip 11111
I $zip
boş değil biliyorum, ama öyle gibi kodu yürütür. Ben bile bir değere sahip olduğunu doğrulamak için bir hata ayıklama açıklamada tarayıcıya çıktı.
Ne $zip
bir değeri yok sanki benim program hareket etmek neden?