--- fenglin/bbs/update_profile.php 2025/04/23 05:13:56 1.9 +++ fenglin/bbs/update_profile.php 2025/04/27 04:32:05 1.10 @@ -63,7 +63,7 @@ mysqli_close($db_conn); exit(json_encode($result_set)); } - + while ($row = mysqli_fetch_array($rs)) { array_push($result_set["data"]["nicknames"], $row["nickname"]);