By gkrishna on
// Taxonomy select form (from image.module)
$output .= implode("", taxonomy_node_form("image", $node));
i would like to print list of array elements,
when i modified the script as
$tax .= taxonomy_node_form("image", $node);
echo $tax;
i got the word 'array' printed on the screen. I would like to print (not in dropdown) the elements on the screen.
Comments
What do you need it for?
If you need it for debugging you might try the
print_r();function which will list the elements for the array.Just replace
echo $tax;withprint_r($tax);!-------------
MultipleX
Don't click this if you don't know Farsi!!! :)
www.hambastegimeli.com