SyntaxFix
Write A Post
Hire A Developer
Questions
Use this..
$res_arr_values = array(); while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) { $res_arr_values[] = $row; }