|
if($_GET["isClassics"] != "1") { ?>
New Shows
Note: Only the last 6 shows are guaranteed to be available online. Make sure you keep the ones you like! There are other ways to pick up older episodes and support the show at the same time.
$query="SELECT *
FROM
theShows
ORDER BY
showdate DESC";
$currentyear="";
$result = mysql_db_query("rgr_rgr", $query, $connection) or die("error in query");
while($myrow = mysql_fetch_array($result))
{
?>
| if($myrow["isOffline"] != "1") { ?>
Online Now
} else { ?>
} ?> |
Review:
|
|
} ?>
} else { ?>
Classic Shows
The classic shows are not available for free online. They are available for purchase for a reasonable fee from various locations. The best value will be to get the older show archive discs.
Jump to Year: for($t=2008;$t>1997;$t--) { echo "".$t." "; } ?>
$query="SELECT *
FROM
`Archives`
ORDER BY
`Archives`.`Date` DESC";
$currentyear="";
$result = mysql_db_query("rgr_rgr", $query, $connection) or die("error in query");
while($myrow = mysql_fetch_array($result))
{
?>
|
|
|
} ?>
} ?>
|