Kod:
("UPDATE `lisanslar` WHERE `domain` = '$site' SET `durum` = 'false'");
gençler bu doğru bir kullanım mı ?
where ile update yapığım yanlışsa önerinizi yazabilir misiniz
Moderatör tarafında düzenlendi:
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
("UPDATE `lisanslar` WHERE `domain` = '$site' SET `durum` = 'false'");
("UPDATE `lisanslar` SET `durum` = 'false' WHERE `domain` = '$site'");