2013-01-01から1ヶ月間の記事一覧

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); }