Answer the question
In order to leave comments, you need to log in
PDO: INSERT array to table?
For mysql to insert many, many rows, you need to do something like
INSERT INTO ids VALUES
(0, ' url1.ru '),
(0, ' url2.ru '),
(0, ' url3.ru ');
so here's the problem: there is an array and it must be inserted into the plate. It is one-dimensional and, suppose that the column in the table is also one. Are there any PDO functions to implement this. Google did not give an answer .. (
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