Discography

Notice something incorrect or missing? Let us know!
\n\n

“;
echo “

“;
echo “Displaying “;
echo $numRows . ‘ results

‘;
echo “

Category
Full Length LP = LP
Various Artists = VA
Original Soundtrack = OS
Single/EP = EP
Digital Video Disc = DVD
Box Set = BX

“;

// Display table headings
echo “\n\n

\n\n”;

while ($myrow = mysql_fetch_row($result)) {

//album title
$text1 = $myrow[2];
$trimmed1 = ereg_replace(” “, “+”, $text1);

//artist name
$text2 = $myrow[5];
$text3 = $myrow[6];
$textall = “{$text2} {$text3}”;
$trimmed2 = ereg_replace(” “, “+”, $textall);

printf(“

\n\n”,
$myrow[8], $myrow[5], $myrow[6], $myrow[2], $myrow[0], $myrow[3], $myrow[7], $myrow[4]);

}

?>

artist

album

release date

    %s   (%s, %s)
%s
(Visited 69 times, 1 visits today)