
November 3rd, 2003, 03:02 PM
|
 |
Contributing User
|
|
Join Date: Jun 2002
Location: close to the edge
|
|
|
Hi,
You are using a variable variable ($$array), therefore when you return $$array, you are only returning the reference of the stuff that it is pointing to, which an array.
You would need to make it $array and do some array manipulation to get the correct output.
I hope that helps,
cranium
|