Skip to content

Commit

Permalink
Update get_top_data.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hcymysql authored Jul 30, 2022
1 parent 4c7f21f commit 973ecd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_top_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class User{
public $top_count;
}

while($row = mysqli_fetch_array($result_echarts,MYSQL_ASSOC)){
while($row = mysqli_fetch_array($result_echarts,MYSQLI_ASSOC)){
$user=new User();
$user->db_max = $row['db_max'];
$user->top_count = $row['top_count'];
Expand Down

0 comments on commit 973ecd5

Please sign in to comment.