Through the looking glass
function isGreatestFinaleEver( $show ) { if ( $show->name == 'Lost' && $show->season == 3 ) { return TRUE; } else { return FALSE; } }
function isGreatestFinaleEver( $show ) { if ( $show->name == 'Lost' && $show->season == 3 ) { return TRUE; } else { return FALSE; } }
May 25th, 2007 at 5:29 pm
$content = file_get_contents($this);
echo str_replace(’Lost’, ‘Heroes’, $content);