在PHP當我做腓陣列輸出混亂
var_dump($galleryCategoriesThumb);
輸出是
array(1) {
[0]=>
array(1) {
["Gallery"]=>
array(3) {
["id"]=>
string(3) "190"
["photofile"]=>
string(6) "50.jpg"
["gallery_category_id"]=>
string(2) "58"
}
}
}
當我
var_dump($galleryCategoriesThumb["photofile"]);
我得到NULL輸出。我也嘗試過其他各種選擇。 我想要做的就是echo [「photofile」]。請幫忙。
它工作。非常感謝你。 – nepalipunk 2012-03-08 04:23:10