The thing you gotta do to have a page echo the contents of ... whatever you call it when it's like "$Item->thingie". I suppose I could look it up on php's page but I was hoping someone would just know. Something like this is what I used to do:
if( is_logged_in() ) {
echo '<pre>';
fancy_thing( $Item );
echo '</pre>';
}
print? sprint? aw crap I hate losing track of stuff like this. So much time away from the keyboard and all the 'simple stuff' isn't so simple anymore.
Okay I think I found it. [url=http://us3.php.net/manual/en/function.print-r.php]print_r[/url]