I'm embarassed to ask this, but I've just searched 12 pages of the "Newby" section on arrays and didn't find anyone else with this problem so I'll have to just jump in and ask!
Everytime I try to view the contents of a simple, one dimensional array all that gets returned is 'Array'.
I have a text box for user input dumped into an array. So my 'comments' array would typically have stuff like: "I want more info on product A".
When I try to view the contents of my array with:
echo $comments;
I get 'Array'
I KNOW it's an array! I need the CONTENTS of the array!!!
AAAAARRRRRRRRGGGGGGGGGGGG!!!