これはエラーではなく、mysql_fetch_array()の意図された動作です。 https://us.php.net/manual/en /function.mysql-fetch-array.php
result_typeを設定することができます フラグを立てるか、mysql_fetch_assoc()を使用できます 代わりは。 https://us.php.net/manual/en /function.mysql-fetch-assoc.php
これはエラーではなく、mysql_fetch_array()の意図された動作です。 https://us.php.net/manual/en /function.mysql-fetch-array.php
result_typeを設定することができます フラグを立てるか、mysql_fetch_assoc()を使用できます 代わりは。 https://us.php.net/manual/en /function.mysql-fetch-assoc.php