Artist
Song
Table './tabrock_main/tabs' is marked as crashed and should be repaired
SELECT artists.name AS artist, songs.name AS song, artists.file AS artistFile, songs.file AS songFile, artists.file AS artistFile, tabs.type FROM tabs INNER JOIN songs ON tabs.song = songs.id INNER JOIN artists ON songs.artist = artists.id WHERE artists.file = 'bob-dylan' AND songs.file = 'All-Along-The-Watchtower'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/tabrock/public_html/resources/lib/ClassDb.php on line 86


Learn to play and others via online guitar lessons at JamPlay.com!

  • Panic at the Disco
  • Metallica
  • Table './tabrock_main/tabs' is marked as crashed and should be repaired
    SELECT artists.name AS artist, songs.name AS song, tabs.type, artists.file AS artistFile, songs.file AS songFile FROM tabs INNER JOIN songs ON tabs.song = songs.id INNER JOIN artists ON songs.artist = artists.id ORDER BY tabs.views DESC LIMIT 0, 28

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/tabrock/public_html/resources/lib/ClassDb.php on line 86