php: Veri gönderme olabilir ama DB ekleyemezsiniz

0 Cevap php

Bütün sevgili, bu xampp benim kodu:

        $sql = "INSERT INTO oqc_defect ";
          $sql.= "(Problem_date,       Dept_found,          Line,         Shift,        Time_found,     Model,         Serial_number,       DIC, ";
          $sql.= "Def_class,       Reject_qty,      Symptom,        Cause,       Correction,      Corr_action_plan, ";
          $sql.= "Eff_date) ";
          $sql.= "VALUES ('";
          $sql.= $Problem_date."','".$Dept_found."','".$Line."','".$Shift."','".$Time_found."','".$Model."','".$Serial_number."','".$DIC."','";
          $sql.= $Def_class."','".$Reject_qty."','".$Symptom."','".$Cause."','".$Correction."','".$Corr_action_plan."','";
          $sql.= $Eff_date."')";

i DB için bazı veri göndermek için deneyin. Kundakçı show "Tamam 2.6ms", ama benim veritabanı tablo hala yukarıdaki kodu empty.Is teslim sonra düzeltmek değil de?

0 Cevap