Şu anda PHP kullanarak MySQL veri çekmeye çalışıyorum ve şu hatayı almaya devam:
"Could not retrieve records: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%PC4198% OR oem LIKE %Fluke%' at line 1 "
Aşağıdaki gibi benim SQL deyimi:
$sql = "SELECT * FROM account WHERE `NSC ID` LIKE %".$nscid."% OR oem LIKE %".$oem."%";
Herhangi bir yardım büyük beğeni topluyor.