Hi.
I have an included file with some arrays in there. For example i have the array $cat_dining with some staff in there.
When i call the page script.php?which=dining
i want to use the array that concats from "cat" + "$which"
However i can't seem to use the array.
I try to use a variable,
e.g $which_page = "cat".$which;
but apparently this is wrong
If i call the array directly like this "cat".$which , it still doesn't work.
How can i use the array according to the variable i get?
Thanks
John