php

連想配列をarray_pushしたい場合は、array_push使わない!

while($row = mysql_fetch_array($rs)) {
	$result_disp = $row[0];
	$cat_str = $row[1];
	$category_disp_ary += array($result_disp=>$cat_str);
}