Error in query: $getFilms. " . mysql_error() ); $numfilms = mysql_num_rows($result); ?>

Rockstar Games Theater


Below is a sortable list of all films that Rockstar Games has published, contributed too or helped produced. You can click the films title for more information (such as release dates, ratings worldwide, complete overview and credits) or one of the links at the bottom of the display box for the official website or to view our section on the film.

"; $colorRow = 1; $count = 0; while($row=mysql_fetch_array($result)) { $rowStyle = ($colorRow % 2 == 1) ? "info" : "yellowbox"; // this is the magic: the modulus operator is used to switch the colors if($count == $limit) { print ""; $count = 1; }else{ $count++; } print "
" . $row['film_name'] . "
" . $rockstarwatch->checkblank($rockstarwatch->cut_text($row['film_overview'], 200, 0), 'Not currently available') . " [more..]" . $rockstarwatch->checkblank_adv($row['film_cover'], "\"Cover", "") . "
Director: " . $rockstarwatch->checkblank($row['film_director'] , 'Unknown') . "
Producer/s: " . $rockstarwatch->checkblank($row['film_producer'], 'Unknown') . "
Running time: " . $rockstarwatch->checkblank($row['film_running_time'], 'Unknown') . "
Released: " . $rockstarwatch->checkblank($row['film_release_date'],'Not Released') . "
" . $rockstarwatch->checkblank_adv($row['officialweb'], "" . $row['officialweb'] . "", "No offical website") . "
" . $rockstarwatch->checkblank_adv($row['officialweb'], "http://www.rockstarwatch.net" . $row['internalweb'] . "", "No RockstarWatch section") . "
"; $colorRow++; } print ""; ?>