Answer the question
In order to leave comments, you need to log in
PHP MySQL Loop queries after certain count no result?
Windows system, PHP 7.1, MySQL 5.7 In MySQL, set all timeout variables
to
3600sec
.
$this->db = mysqli_init();
$this->db->real_connect(....);
foreach ($arr as $id) {
$this->db->query('SELECT * FROM tbl WHERE .....')
}
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