Code:
<?
session_start();
require "common.php";
?>
i'm getting the connection above code. and data shows. i just not getting the song listing like below.
1.track 1
2.track2
3.track3
all that i have been able to do is generate
TrackName
i need to grab the song listings and throw it in the top code. so every album thats in the database will generate the whole thing.
right now the top code. displays.
artist
genre
album
picture
total songs count
realease date
now that will show the stats for each album. i just havent been able to find away to throw all th songs for the album in there,