$row=mysqli_fetch_array($result,MYSQLI_NUM); printf ("%s : %s",$row[0],$row[1]);. // 關聯數組 $row=mysqli_fetch_array($result,MYSQLI_ASSOC);
確定! 回上一頁