/arrow.gif" alt="Arrow"> 3 Latest Forum Posts
$numguitar guitar tabs in database.
"); if (!($getbass = mysql_query("SELECT * FROM `resources` WHERE 1 AND `type` LIKE 'bass'"))) { ReportError("An error was encountered while trying to execute the following mySQL query: \r\n SELECT * FROM `resources` WHERE 1 AND `type` LIKE 'bass' \r\n A possble problem is that the table 'scripts' does not exist."); } $numbass = mysql_num_rows($getbass); echo("$numbass bass tabs in database.
"); if (!($getdrum = mysql_query("SELECT * FROM `resources` WHERE 1 AND `type` LIKE 'drum'"))) { ReportError("An error was encountered while trying to execute the following mySQL query: \r\n SELECT * FROM `resources` WHERE 1 AND `type` LIKE 'drum' \r\n A possble problem is that the table 'scripts' does not exist."); } $numdrum = mysql_num_rows($getdrum); echo("$numdrum drum tabs in database.
"); if (!($getlyricno = mysql_query("SELECT * FROM `resources` WHERE 1 AND `type` LIKE 'lyric'"))) { ReportError("An error was encountered while trying to execute the following mySQL query: \r\n SELECT * FROM `resources` WHERE 1 AND `type` LIKE 'lyric'` \r\n A possble problem is that the table 'scripts' does not exist."); } $numlyric = mysql_num_rows($getlyricno); echo("$numlyric lyrics in database.
"); ?>
    "); $row_array = mysql_fetch_row($lforesult); echo("$row_array[1]"); } ?>
Please welcome our newest member $newmem_array[1]."); ?>

Welcome to Tabzilla.com

View tabs/lyrics by Artist Letter

# | A | B | C | D | F | G | H | I | J | K | L | M | N | O | P | Q | Q | R | S | T | U | V | W | X | Y | Z


30 Latest Tabs/Lyrics: "); $row_pointer = mysql_fetch_row($getlatest); $find_artist = mysql_query("SELECT `name` FROM `artists` WHERE `artist_id` = $row_pointer[3]"); $artist_name = mysql_fetch_row($find_artist); echo(""); } ?>
$row_pointer[2]$artist_name[0]("); if ($row_pointer[1] == "lyric") { echo("Lyric"); } elseif ($row_pointer[1] == "guitar") { echo("Guitar Tab"); } elseif ($row_pointer[1] == "bass") { echo("Bass Tab"); } elseif ($row_pointer[1] == "drum") { echo("Drum Tab"); } else { echo("Type Unknown"); } echo(")