type = 'movie'; if ( isset($_GET['order']) ) $articles->sortcol = $_GET['order']; $articles->retrieve(); ?> Top Five Movies -- Reviews

Our staff works tirelessly day and night, watching movie after movie, determined to provide you with the best information possible. Here are the latest fruits of their efforts.

Also check out our special coverage of Chick Flicks.

count; $i++ ) { $article = $articles->get($i); printf("\n", ($i % 2 == 0 ? 'even' : 'odd' )); printf("\n", $article->getLink(), $article->title); printf("\n", $article->rating); printf("\n", $article->author); printf("\n\n", $article->article_date); } ?>
Movie Rating Reviewer Date
%s%01.1f%s%s