How do I get a function to return an array? This code doesn't work:
function getData() {
<function builds the array $theArray - tested ok>
return $theArray;
}Any help on the syntax would be appreciated. Cheers Leonie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

