$sql = $db->query("SELECT COUNT(*) FROM table"); $row = $sql->fetch_row(); $count = $row[0];. $db ...
確定! 回上一頁