// see if this is for all, dvd only, blu-ray only
$type = $_GET["type"];
switch ($type)
{
case "dvd":
$hText="Tony's DVDs";
$vkey = "dvd";
break;
case "bluray":
$hText="Tony's Blu-Rays";
$vkey = "blu-ray";
break;
default:
$hText="Tony's Music";
$vkey = "all";
}
$hText = "Review " . $hText . " in the $mode DB";
echo "$hText
";
?>
Return to Music
Return to Main
Go:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z