Answer the question
In order to leave comments, you need to log in
How to fix INSERT INTO problem?
I do INSERT in a database. Connected everything.
Request
$this->dbh->query("INSERT INTO orders (name, phone, city, region, secession, weight, cost, status, np_status, np_id, created_at) VALUES ('".$this->post['name']."', '".$this->post['phone']."', '".$this->post['city']."', '".$this->post['region']."', '".$this->post['npNumb']."', '".$this->post['weight']."', '".$this->post['cost']."', '$this->status', '$statusArr', '$this->ttn', '$this->created')");
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question