mysql_fetch_assoc ループを使用してすべての行を取得する必要がある場合は、1行のみを返します while($row = mysql_fetch_assoc($result)) { print_r($row); }