Some code here, I want store mysql query result into an array with php, but my code return result: 2h, not what I wish.(the correct result should be 36,35,34,33
2h
Use mysql_fetch_assoc instead of mysql_fetch_array
http://php.net/manual/en/function.mysql-fetch-assoc.php