Answer the question
In order to leave comments, you need to log in
Why is $mysqli->info empty?
fiddling with prepared queries, need to see the last executed query...
what am i doing wrong?
// выплняем запросы
$db->query("DROP TABLE test");
$db->query("CREATE TABLE test(id INT, text VARCHAR(50))");
echo "Последний запрос: ".$db->info."<br>";
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