我正在嘗試做一個變量變量,但它不會工作,當我在下面的代碼中使用它。變量變量不會與數組一起工作
我不斷收到:
Notice: Undefined variable: C in C:\web\apache\htdocs\cats-test.php on line 8
這只不會工作與陣列中使用時。你能幫我嗎?
$Consumer = array(
"a" => "Apparel",
"b" => "Books & Stationary",
);
$cat = "Consumer";
echo $$cat['a']; //I'm trying to make this $Consumer['a'];