sql >> Database teknologi >  >> RDS >> Mysql

html drill down drop down valgte værdi indsættes ikke i MYSQL

Du skal sammensætte dem korrekt, og du skal heller ikke sætte , efter sidste kolonne i forespørgslen

Skift følgende

$sql1="INSERT INTO table1 (Country, State)
VALUES ('$c', '$s',)";

til

$sql1="INSERT INTO table1 (country, state)
VALUES ('".$c."', '".$s."')";


  1. Oprettelse af en Docker Swarm Cluster på Azure Container Service

  2. Codeigniter ActiveRecord:Deltag i backticking

  3. Vil du oprette forbindelse til DB fra en Chrome-udvidelse?

  4. Row Goals, Del 4:Anti Join Anti Pattern