|
$dvdalpha ";
else
echo "$dvdalpha ";
}
}
if(empty($dvdalpha)) $dvdalpha = 'A';
//display_bar($dvdalpha);
?>
We currently offer the following titles on DVD. We are continually expanding our DVD selection, so please check back periodically.
errmsg)) {
if($myTitles->get_list("","PPL",0,0,"",true) >= 0) {
if($myTitles->num_rows()) {
reset($myTitles->titles);
while(list($title_id, $title) = each($myTitles->titles)) {
echo "
| titlelist . "&dvdalpha=" . $dvdalpha . "\">" . $title . " |
\n";
}
}
else {
echo "There are no titles starting with $dvdalpha. \n";
}
}
else {
echo $myTitles->errmsg . " \n";
}
}
else {
echo $myTitles->errmsg . " \n";
}
?>
|