Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Stuart Seelye
has contributed to:
I can store an array inside an array element (e.g. $foo[0] = "foo"; $bar[0][0] = $foo;), but how do I get back to the contents of the stored array?