I have an array setup like this:
How can I add another item to this array later?PHP Code:$CONFIG = Array(
thing => "thing",
thing2 => "thing2",
thing3 => "thing3");
Something like:
or something?PHP Code:$CONFIG[] = thing4 => "thing4";
|
Results 1 to 6 of 6
Thread: Appending an ArrayThreaded View
|
Click Here to Expand Forum to Full Width |