I'll take that into consideration Lucasrd, thanks.
Just curios though will this work?
for($i=0;$i==$num_rows;$i++){
while ($row = mysql_fetch_array($result, MYSQL_NUM)) {
$product[$i][0] = $row[0];
$product[$i][1] = $row[1];
}
}
I guess I'm abit paranoid but I just want to make sure the fields matchup thats why I prefer having them in a multidimensional array.