RevolutionSF : WWXD Archives |
[archive]
[today's contest] [wtf?]
|
|
$row[title] $row[tagline] (");
if($row[doc_type] == "Review")
{
print("$row[genre] by $row[sub_creator1]");
if($row[sub_creator2] != "")
print(" and $row[sub_creator2]. ");
else
print(". ");
if($row[rev_rating] != "0")
print("Rating: $row[rev_rating]/10. ");
}
print("$row[doc_type] by $row[doc_creator1]");
if($row[doc_creator2])
{
print(" and $row[doc_creator2]");
}
print(".)");
}
?> |
|
|
|
include("../php/rightnavfront.php");
?>
|