Konu: PHP ajax ile giriş kontrolü
26.06.2018 11:37
var a= 1;var b= 2;if (a == 1 && b==2) { console.log("Doğru");}else { console.log("Yanlış");}