Originally posted by rrhody
I get Array ( [2 1 [3 1 ) from the print_r($this->items); command.
Well, that display's broken (it should be [2]=>1, not [2 1
If you use the browser to view the page's source, you'll see what's happened, and that it's really displaying
[2</td]=>1 with the </td]=> being taken by the browser to be an HTML tag.