标签: php mysql phpmyadmin
这行代码有什么问题:
$result = mysqli_query($link, $query); if (mysqli_num_rows($result) > 0) { //insert into database codes }