Home

Andrew DeFaria's Songbook

0) { print "
    "; } // if foreach ($songmatches as $songmatch) { $artist = getArtist ($songmatch); $title = basename ($songmatch, ".pro"); print "
  1. $title"; print " ($artist)
  2. "; } // foreach if (count ($songmatches) > 0) { print "
"; } // if ?>