Recent Topics

1 Nov 22, 2007 19:52    

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.


Form is loading...