Search Box For event tickets questions on tickets email us here? All event tickets we currently have in stock below
Eagletickets.com provides great event tickets. You can search for tickets above by keyword or you can browse through all the sports, concert and theatre events we offer to the right. Notice on the right hand side you can also narrow down events by date, venue, or event name. All of the tickets you will bring up are priced as is with the only added charge being Fedex delivery.  There are no hidden service fees at the end of the order like some agency tickets you will see, making the tickets seem cheaper, when they are actually more at the point of checkout.  The tickets we sell on our site are also backed by Good Time Tickets, an industry leader in the secondary ticket market with over 12 years experience in the buying and selling of event tickets.  Not only that, but Good Time tickets is licsensed and bonded by the National Association of Ticket Brokers which can be found online here "; $linksTable = getLinksTable("buy tickets online",4,4); $footer = getFooter(); $fullPage = $header.$buyticketsHtml.$linksTable.$footer; strToFile("buy-tickets.html",$fullPage); } function buildCategoryPage($letter) { $header = getHeader("$letter - tickets"); $link = connectDb("GREATTIME"); if ($letter == 1) { $query = "SELECT * FROM `keywords` where `KEYWORD` LIKE '0%' or `KEYWORD` LIKE '1%'or `KEYWORD` LIKE '2%' or `KEYWORD` LIKE '3%'or `KEYWORD` LIKE '4%'or `KEYWORD` LIKE '5%'or `KEYWORD` LIKE '6%'or `KEYWORD` LIKE '7%'or `KEYWORD` LIKE '8%' or `KEYWORD` LIKE '9%'or `KEYWORD` LIKE '#%' "; } else { $query = "SELECT * FROM `keywords` where `KEYWORD` LIKE '$letter%'"; } $result = mysql_query($query); $total = mysql_num_rows($result); echo "$total
"; $categoryLinks=""; $ct=0; while ($row = mysql_fetch_row($result)) { $keyword = $row[0]; $keywordLink = getKeywordFileName($keyword).".html"; $categoryLinks.=""; if ($ct == 3) { $categoryLinks.=""; $ct=0; } else { $ct++; } } $categoryLinks.="
$keyword
"; mysql_close($link); $footer = getFooter(); $linksTable = getLinksTable("$letter tickets",4,4); $fullPage = $header.$categoryLinks.$linksTable.$footer; strToFile("tickets-$letter",$fullPage); } $page = buildCategoryPage("1"); $page = buildCategoryPage("a"); $page = buildCategoryPage("b"); $page = buildCategoryPage("c"); $page = buildCategoryPage("d"); $page = buildCategoryPage("e"); $page = buildCategoryPage("f"); $page = buildCategoryPage("g"); $page = buildCategoryPage("h"); $page = buildCategoryPage("i"); $page = buildCategoryPage("j"); $page = buildCategoryPage("k"); $page = buildCategoryPage("l"); $page = buildCategoryPage("m"); $page = buildCategoryPage("n"); $page = buildCategoryPage("o"); $page = buildCategoryPage("p"); $page = buildCategoryPage("q"); $page = buildCategoryPage("r"); $page = buildCategoryPage("s"); $page = buildCategoryPage("t"); $page = buildCategoryPage("u"); $page = buildCategoryPage("v"); $page = buildCategoryPage("w"); $page = buildCategoryPage("x"); $page = buildCategoryPage("y"); $page = buildCategoryPage("z"); buildBuyTicketsPage(); ?>