Web Analytics Made Easy -
StatCounter Javascript added to my code - CodingForum

Announcement

Collapse
No announcement yet.

Javascript added to my code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Javascript added to my code

    I do not know much at all about java but the below is the code I have now. I was told I need to use java script to get what I am looking for PLEASE HELP

    Code:
    <?php
    $connect = mysql_connect("host.address.com", "username", "password") or
    die ("Hey loser, check your server connection.");
    mysql_select_db("daobrien21");
    ?>
    <?php
    // Write out our query to get the list of bar names from our DB.
    $query = "SELECT Bar FROM Test";
    // Execute it, or return the error message if there's a problem.
    $result = mysql_query($query) or die(mysql_error());
    
    
    $dropdown = "<select name='Bar'>";
    
    //fetch_assoc will get the rows from the $result and put them into an array
    // the while loop then loops through the array wrapping the html code around the results
    // thus generating the dropdown with a list of your bar names
    while($row = mysql_fetch_assoc($result)) {
    $dropdown .= "\r\n<option value='{$row['Bar']}'>{$row['Bar']}</option>";
    }
    $dropdown .= "\r\n</select>";
    echo $dropdown;
    ?>
    <?php
    $query="select * from Test";
    $result = mysql_query("SELECT * FROM Test where City='Murfreesboro'");
    ?>
    <table border=1 style="background-color:#F0F8FF;" >
    <caption><EM>Murfreesboro Bars</EM></caption>
    <tr>
    <th>Bar Name</th>
    <th>City</th>
    <th>Address</th>
    <th>Phone</th>
    </tr>
    <?php
    while($row=mysql_fetch_array($result)){
    echo "</td><td>";
    echo $row['Bar'];
    echo "</td><td>";
    echo $row['City'];
    echo "</td><td>";
    echo $row['Address'];
    echo "</td><td>";
    echo $row['Phone'];
    echo "</td></tr>";
    }
    echo "</table>";
    ?>
    What I am looking to do is when someone selects the bar name from the drop down it edits the below table to just display that bars information.

  • #2
    Instead of PHP, please show us the resulting HTML from the browser (view/page source). It will help us to help you :-)

    Comment


    • #3
      Hey I am sorry I cant provide that right now I am at work and the website I am working on is blocked haha. The address is

      "www.tnbarfinder.com/murfreesboro.php"

      It will be later this afternoon before I can get the source to post on here sorry about that. Thanks for any help you can provide.

      Comment


      • #4
        I should also warn you that I am a newbie when it comes to this programming language so if you can help please make sure you dumb it down haha I hate feeling like a idiot but all you guys know so much in my research I am reading the monitor and drooling lol

        Comment


        • #5
          Take your time, we will not urge you :-)

          Comment


          • #6
            Ok i couldnt stand having you willing to help and not having the code for you so I figured out a way to get it.... I downloaded an app on my phone that allows me to view source and here it is lol

            Code:
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
            <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr"> 
            
            <!-- #BeginTemplate "master.dwt" --> 
            
            <head> 
            <!-- #BeginEditable "doctitle" --> 
            <title>Murfreesboro Bars</title> 
            <style type="text/css"> 
            .style4 { 
            text-align: center; 
            font-family: "BankGothic Md BT"; 
            } 
            .style5 { 
            text-align: center; 
            font-family: "BankGothic Md BT"; 
            font-size: medium; 
            } 
            </style> 
            <!-- #EndEditable --> 
            <link rel="stylesheet" type="text/css" href="styles/style3.css"> 
            <style type="text/css"> 
            .style1 { 
            margin-bottom: 3px; 
            } 
            .style2 { 
            margin-left: 0px; 
            } 
            </style> 
            </head> 
            
            <body style="background-image: url('images/wallpaper-cf2-1440x900.jpg');"> 
            
            <!-- Begin Container --> 
            <div id="container" class="style2"> 
            <!-- Begin Masthead --> 
            <div id="masthead"> 
            <h1 class="style1" style="width: 576px; height: 69px"> 
            <img alt="TNBarFinder Logo" height="70" longdesc="TNBarFinder Logo" src="images/tnbarfinderlogo.jpg" width="580" /></h1> 
            </div> 
            <!-- End Masthead --> 
            <!-- Begin Navigation --> 
            <div id="navigation"> 
            <ul> 
            <li><a href="default.htm">Home</a></li> 
            <li><a href="about_me/about_me.htm">About Us </a></li> 
            <li><a href="photo_gallery/photo_gallery.htm">Photo Gallery</a></li> 
            <li><a href="links/links.htm">Extra Page</a></li> 
            <li><a href="contact/contact.htm">Contact</a></li> 
            </ul> 
            </div> 
            <!-- End Navigation --> 
            <!-- Begin content_container --> 
            <div id="content_container"> 
            <!-- Begin Left Column --> 
            <div id="column_left" style="width: 595px"> 
            <!-- #BeginEditable "content" --> 
            <p>&nbsp;</p> 
            <h2 class="style4">Murfreesboro's bars and specials</h2> 
            <p class="style5"><strong>Sort by what your looking for</strong></p> 
            <p>&nbsp;</p> 
            
            
            <select name='Bar'> 
            <option value='Liquid Smoke'>Liquid Smoke</option> 
            <option value='The Boro Bar & Grill'>The Boro Bar & Grill</option> 
            <option value='Bluesboro'>Bluesboro</option> 
            <option value='Wagon Wheel Lounge'>Wagon Wheel Lounge</option> 
            <option value='Mellow Mushroom'>Mellow Mushroom</option> 
            <option value='Gentleman Jim's Bar & Grill'>Gentleman Jim's Bar & Grill</option> 
            <option value='Toot's'>Toot's</option> 
            <option value='Fanatics'>Fanatics</option> 
            <option value='Buster's Place'>Buster's Place</option> 
            <option value='Chili's Grill & Bar'>Chili's Grill & Bar</option> 
            <option value='Temptation Club'>Temptation Club</option> 
            <option value='Aura Lounge'>Aura Lounge</option> 
            <option value='Hooters'>Hooters</option> 
            <option value='Buffalo Wild Wings '>Buffalo Wild Wings </option> 
            <option value='Fat Willies Billiards'>Fat Willies Billiards</option> 
            <option value='Dugger's Food & Fun'>Dugger's Food & Fun</option> 
            <option value='Five Senses Restaurant & Bar'>Five Senses Restaurant & Bar</option> 
            <option value='Mark & Wolf's Handlebar'>Mark & Wolf's Handlebar</option> 
            <option value='Bullseye Sportsbar Inc'>Bullseye Sportsbar Inc</option> 
            <option value='Gentleman Jim's Bar & Grill'>Gentleman Jim's Bar & Grill</option> 
            <option value='Campus Pub'>Campus Pub</option> 
            <option value='Revolver Saloon'>Revolver Saloon</option> 
            <option value='On The Rocks'>On The Rocks</option> 
            <option value='Applebees'>Applebees</option> 
            <option value='Nobody's Sports Grille & BBQ'>Nobody's Sports Grille & BBQ</option> 
            <option value='JD's Music'>JD's Music</option> 
            <option value='El Tequila Inc'>El Tequila Inc</option> 
            <option value='Toasted Toad'>Toasted Toad</option> 
            <option value='Genghis Grill'>Genghis Grill</option> 
            <option value='2 Sound Productions'>2 Sound Productions</option> 
            <option value='Blue Rooster'>Blue Rooster</option> 
            <option value='Bobby McKee's Irish Pub'>Bobby McKee's Irish Pub</option> 
            <option value='Spot Bar & Grill'>Spot Bar & Grill</option> 
            <option value='D&D Lounge'>D&D Lounge</option> 
            <option value='Music Madness'>Music Madness</option> 
            <option value='Pawbowskys' Dog House'>Pawbowskys' Dog House</option> 
            <option value='Willie's Wet Spot'>Willie's Wet Spot</option> 
            <option value='Coconut Bay Caf'>Coconut Bay Caf</option> 
            <option value='Mi Terra Mexican Restaurant'>Mi Terra Mexican Restaurant</option> 
            <option value='Wall Street'>Wall Street</option> 
            <option value='Darlin's Bar & Grill'>Darlin's Bar & Grill</option> 
            <option value='Sullivan's Sports Bar'>Sullivan's Sports Bar</option> 
            <option value='Ron's Tavern'>Ron's Tavern</option> 
            <option value='Clarion Inn & Suites'>Clarion Inn & Suites</option> 
            <option value='Pop's Bar & Grill'>Pop's Bar & Grill</option> 
            <option value='Charlie's Dart Country'>Charlie's Dart Country</option> 
            <option value='Coach's Grill'>Coach's Grill</option> 
            <option value='The Parthenon Restaurant'>The Parthenon Restaurant</option> 
            <option value='Buffalo Wild Wings '>Buffalo Wild Wings </option> 
            <option value='Restaurant & Lounge Mt Bottle'>Restaurant & Lounge Mt Bottle</option> 
            <option value='Townleys'>Townleys</option> 
            <option value='T.G.I. Friday's'>T.G.I. Friday's</option> 
            <option value='Raz'z Bar & Grill'>Raz'z Bar & Grill</option> 
            <option value='Shoeless Joes'>Shoeless Joes</option> 
            <option value='Mark & Pats Handlebar'>Mark & Pats Handlebar</option> 
            <option value='Graffiti Bar'>Graffiti Bar</option> 
            <option value='Chappy's Bar & Grill'>Chappy's Bar & Grill</option> 
            <option value='Murfreesboro Lions Club'>Murfreesboro Lions Club</option> 
            <option value='P J's Pub'>P J's Pub</option> 
            </select><table border=1 style="background-color:#F0F8FF;" > 
            <caption><EM>Murfreesboro Bars</EM></caption> 
            <tr> 
            <th>Bar Name</th> 
            <th>City</th> 
            <th>Address</th> 
            <th>Phone</th> 
            </tr> 
            </td><td>Liquid Smoke</td><td>Murfreesboro</td><td> 2 Public Square</td><td>615-217-7822</td></tr></td><td>The Boro Bar & Grill</td><td>Murfreesboro</td><td>1211 Greenland Drive</td><td>615-895-4800</td></tr></td><td>Bluesboro</td><td>Murfreesboro</td><td>114 North Church Street</td><td>615-904-7236</td></tr></td><td>Wagon Wheel Lounge</td><td>Murfreesboro</td><td>534 Southeast Broad Street </td><td>615-896-9009</td></tr></td><td>Mellow Mushroom</td><td>Murfreesboro</td><td>2955 South Rutherford Boulevard</td><td>615-890-8898</td></tr></td><td>Gentleman Jim's Bar & Grill</td><td>Murfreesboro</td><td>1325 Greenland Drive</td><td>615-893-9933</td></tr></td><td>Toot's</td><td>Murfreesboro</td><td>860 Northwest Broad Street</td><td>615-898-1301</td></tr></td><td>Fanatics</td><td>Murfreesboro</td><td>1850 Old Fort Parkway</td><td>615-494-3995</td></tr></td><td>Buster's Place</td><td>Murfreesboro</td><td>1615 Northwest Broad Street</td><td>615-895-5464</td></tr></td><td>Chili's Grill & Bar</td><td>Murfreesboro</td><td>755 Northwest Broad Street</td><td>615-867-2855</td></tr></td><td>Temptation Club</td><td>Murfreesboro</td><td>2404 Halls Hill Pike</td><td>615-217-0944</td></tr></td><td>Aura Lounge</td><td>Murfreesboro</td><td>114 South Maple Street</td><td>615-396-8328</td></tr></td><td>Hooters</td><td>Murfreesboro</td><td>1310 NW Broad Street</td><td>615-867-2337</td></tr></td><td>Buffalo Wild Wings </td><td>Murfreesboro</td><td>207 Stones River Mall Blvd</td><td>615-907-6004</td></tr></td><td>Fat Willies Billiards</td><td>Murfreesboro</td><td>244 River Rock Boulevard</td><td>615-848-1801</td></tr></td><td>Dugger's Food & Fun</td><td>Murfreesboro</td><td>1738 West Northfield Boulevard</td><td>615-809-2605</td></tr></td><td>Five Senses Restaurant & Bar</td><td>Murfreesboro</td><td>1602 West Northfield Boulevard</td><td>615-867-4155</td></tr></td><td>Mark & Wolf's Handlebar</td><td>Murfreesboro</td><td>2601 E Main St</td><td>615-890-5661</td></tr></td><td>Bullseye Sportsbar Inc</td><td>Murfreesboro</td><td>225 River Rock Boulevard</td><td>615-896-6994</td></tr></td><td>Gentleman Jim's Bar & Grill</td><td>Murfreesboro</td><td>2115 East Main Street</td><td>615-896-9716</td></tr></td><td>Campus Pub</td><td>Murfreesboro</td><td>903 Gunnerson Avenue</td><td>615-867-9893</td></tr></td><td>Revolver Saloon</td><td>Murfreesboro</td><td>2227 Old Fort Parkway</td><td>615-530-4008</td></tr></td><td>On The Rocks</td><td>Murfreesboro</td><td>211 W. Main Street</td><td>615-375-6055</td></tr></td><td>Applebees</td><td>Murfreesboro</td><td>2896 South Rutherford Boulevard</td><td>615-895-7777</td></tr></td><td>Nobody's Sports Grille & BBQ</td><td>Murfreesboro</td><td>116 John R Rice Boulevard</td><td>615-962-8019</td></tr></td><td>JD's Music</td><td>Murfreesboro</td><td>109 Marauder Court</td><td>615-849-3533</td></tr></td><td>El Tequila Inc</td><td>Murfreesboro</td><td>2349 South Church Street</td><td>615-898-0333</td></tr></td><td>Toasted Toad</td><td>Murfreesboro</td><td>2227 Old Fort Parkway</td><td>615-504-6004</td></tr></td><td>Genghis Grill</td><td>Murfreesboro</td><td>2615 Medical Center Pkwy Ste. 2250</td><td>615-494-1181</td></tr></td><td>2 Sound Productions</td><td>Murfreesboro</td><td>Tennessee 96</td><td>615-867-4596</td></tr></td><td>Blue Rooster</td><td>Murfreesboro</td><td>114 North Church Street</td><td>615-904-7236</td></tr></td><td>Bobby McKee's Irish Pub</td><td>Murfreesboro</td><td>1720 Old Fort Parkway #100</td><td>615-439-6021</td></tr></td><td>Spot Bar & Grill</td><td>Murfreesboro</td><td>4425 Woodbury Pike</td><td>615-396-8574</td></tr></td><td>D&D Lounge</td><td>Murfreesboro</td><td>6022 New Nashville Highway</td><td>615-896-6556</td></tr></td><td>Music Madness</td><td>Murfreesboro</td><td></td><td>614-631-3914</td></tr></td><td>Pawbowskys' Dog House</td><td>Murfreesboro</td><td>3080 South Church Street</td><td>615-849-1734</td></tr></td><td>Coconut Bay Caf</td><td>Murfreesboro</td><td>210 Stones River Mall Boulevard</td><td>615-494-0504</td></tr></td><td>Wall Street</td><td>Murfreesboro</td><td>121 North Maple Street</td><td>615-867-9090</td></tr></td><td>Clarion Inn & Suites</td><td>Murfreesboro</td><td>2227 Old-Fort Parkway</td><td>615-896-2420</td></tr></td><td>Coach's Grill</td><td>Murfreesboro</td><td>127 Southeast Broad Street</td><td>615-962-7853</td></tr></td><td>The Parthenon Restaurant</td><td>Murfreesboro</td><td>1935 South Church Street</td><td>615-895-2665</td></tr></td><td>Restaurant & Lounge Mt Bottle</td><td>Murfreesboro</td><td>3940 Shelbyville Hwy</td><td>615-962-9872</td></tr></td><td>T.G.I. Friday's</td><td>Murfreesboro</td><td>1714 Old Fort Pkwy</td><td>615-907-3086</td></tr></td><td>Shoeless Joes</td><td>Murfreesboro</td><td>1850 Old Fort Parkway</td><td>615-494-1873</td></tr></td><td>Mark & Pats Handlebar</td><td>Murfreesboro</td><td>2601 E Main St</td><td>615-890-5661</td></tr></td><td>Graffiti Bar</td><td>Murfreesboro</td><td>2962 S Rutherford Blvd.</td><td>615-439-6041</td></tr></td><td>Murfreesboro Lions Club</td><td>Murfreesboro</td><td>Cannonsburg</td><td>615-893-2582</td></tr></table> 
            
            <p>&nbsp;</p> 
            <p>&nbsp;</p> 
            <!-- #EndEditable --></div> 
            <!-- End Left Column --> 
            <!-- Begin Right Column --> 
            <!-- End Right Column --> 
            <!-- Begin Footer --> 
            <div id="footer"> 
            <div id="copyright"> 
            <p>Copyright 
            <a href="http://www.tnbarfinder.com/">TNBarFinder</a> �2011. 
            .</p> 
            </div> 
            <p><a href="default.htm">Home</a> | <a href="about_me/about_me.htm">About 
            Me</a> | 
            <a href="photo_gallery/photo_gallery.htm">Photo Gallery</a> | 
            <a href="links/links.htm">Links</a> | <a href="contact/contact.htm"> 
            Contact</a></p> 
            </div> 
            <!-- End Footer --></div> 
            <!-- End content_container --></div> 
            <!-- End Container --> 
            
            </body> 
            
            <!-- #EndTemplate --> 
            
            </html>

            Comment


            • #7
              From the first glance

              1. This is invalid HTML. There is a </td> after </tr> and only one full table row starting with <tr> (the header)
              2. You should have shorter values for the options. Just short identifiers
              3. You should give each <tr> an id attribute which corresponds to the values of the options. This will enable you to easily hide lines based upond the selected value

              Comment


              • #8
                Ok so there is a </td> in the wrong place delete it then I need to shorten the identifiers and then I need to add ID attributes to the <tr>'s and all that will do is keep my web page the same just make the code look better and make it easier for the drop down to know which ID I am wanting to pull up once we get the code telling it to do so Right???

                But what java code do I need in order to get the drop down to actually update the table display?

                Comment


                • #9
                  Ok, I said we won't be urging you. But now you are urging us.

                  Please do yourself and us the favor to update your code to be valid first. It doesn't have to look nice, but currently it will be a guessing game.

                  To give you something more (which you will not be able to apply right now):
                  Code:
                  document.getElementsByName('Bar')[0].onchange = function() {
                     // hide all the rows
                     var allRows = document.getElementsByTagName('table')[0].getElementsByTagName('tr');
                     for(i=0; i<allRows.length; i++) allRows[i].style.display = 'none';
                     // show only the row for the selected value=id
                     document.getElementById(this.value).style.display = '';
                  };
                  Btw: It's JavaScript and not Java (not at all!)

                  Comment


                  • #10
                    Ok well I am still too dumb to understand I guess...like I said I am new I don’t know how to get rid of the "Invalid HTML" cause when I open the page to edit it it looks like this

                    Code:
                    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
                    
                    <!-- #BeginTemplate "master.dwt" -->
                    
                    <head>
                    <!-- #BeginEditable "doctitle" -->
                    <title>Murfreesboro Bars</title>
                    <style type="text/css">
                    .style4 {
                    	text-align: center;
                    	font-family: "BankGothic Md BT";
                    }
                    .style5 {
                    	text-align: center;
                    	font-family: "BankGothic Md BT";
                    	font-size: medium;
                    }
                    </style>
                    <!-- #EndEditable -->
                    <link rel="stylesheet" type="text/css" href="styles/style3.css">
                    <style type="text/css">
                    .style1 {
                    	margin-bottom: 3px;
                    }
                    .style2 {
                    	margin-left: 0px;
                    }
                    </style>
                    </head>
                    
                    <body style="background-image: url('images/wallpaper-cf2-1440x900.jpg');">
                    
                    <!-- Begin Container -->
                    <div id="container" class="style2">
                    	<!-- Begin Masthead -->
                    	<div id="masthead">
                    		<h1 class="style1" style="width: 576px; height: 69px">
                    		<img alt="TNBarFinder Logo" height="70" longdesc="TNBarFinder Logo" src="images/tnbarfinderlogo.jpg" width="580" /></h1>
                    	</div>
                    	<!-- End Masthead -->
                    	<!-- Begin Navigation -->
                    	<div id="navigation">
                    		<ul>
                    			<li><a href="default.htm">Home</a></li>
                    			<li><a href="about_me/about_me.htm">About Us </a></li>
                    			<li><a href="photo_gallery/photo_gallery.htm">Photo Gallery</a></li>
                    			<li><a href="links/links.htm">Extra Page</a></li>
                    			<li><a href="contact/contact.htm">Contact</a></li>
                    		</ul>
                    	</div>
                    	<!-- End Navigation -->
                    	<!-- Begin content_container -->
                    	<div id="content_container">
                    		<!-- Begin Left Column -->
                    		<div id="column_left" style="width: 595px">
                    			<!-- #BeginEditable "content" -->
                    			<p>&nbsp;</p>
                    			<h2 class="style4">Murfreesboro's bars and specials</h2>
                    			<p class="style5"><strong>Sort by what your looking for</strong></p>
                    			<p>&nbsp;</p>
                    
                    
                    			<?php
                    $connect = mysql_connect("hosted.resource.com", "username", "password") or
                    die ("Hey loser, check your server connection.");
                    mysql_select_db("daobrien21");
                    ?>
                    <?php
                    // Write out our query to get the list of bar names from our DB.
                    $query = "SELECT Bar FROM Test";
                    // Execute it, or return the error message if there's a problem.
                    $result = mysql_query($query) or die(mysql_error());
                    
                    
                    $dropdown = "<select name='Bar'>";
                    
                    //fetch_assoc will get the rows from the $result and put them into an array
                    // the while loop then loops through the array wrapping the html code around the results
                    // thus generating the dropdown with a list of your bar names
                    while($row = mysql_fetch_assoc($result)) {
                    $dropdown .= "\r\n<option value='{$row['Bar']}'>{$row['Bar']}</option>";
                    }
                    $dropdown .= "\r\n</select>";
                    echo $dropdown;
                    ?>
                    <?php
                    $query="select * from Test";
                    $result = mysql_query("SELECT * FROM Test where City='Murfreesboro'");
                    ?>
                    <table border=1 style="background-color:#F0F8FF;" >
                    <caption><EM>Murfreesboro Bars</EM></caption>
                    <tr>
                    <th>Bar Name</th>
                    <th>City</th>
                    <th>Address</th>
                    <th>Phone</th>
                    </tr>
                    <?php
                    while($row=mysql_fetch_array($result)){
                    echo "</td><td>";
                    echo $row['Bar'];
                    echo "</td><td>";
                    echo $row['City'];
                    echo "</td><td>";
                    echo $row['Address'];
                    echo "</td><td>";
                    echo $row['Phone'];
                    echo "</td></tr>";
                    }
                    echo "</table>";
                    ?>
                    
                    
                    			<p>&nbsp;</p>
                    			<p>&nbsp;</p>
                    			<!-- #EndEditable --></div>
                    		<!-- End Left Column -->
                    		<!-- Begin Right Column -->
                    		<!-- End Right Column -->
                    		<!-- Begin Footer -->
                    		<div id="footer">
                    			<div id="copyright">
                    				<p>Copyright
                    				<a href="http://www.tnbarfinder.com/">TNBarFinder</a> �2011. 
                    				.</p>
                    			</div>
                    			<p><a href="default.htm">Home</a> | <a href="about_me/about_me.htm">About 
                    			Me</a> |
                    			<a href="photo_gallery/photo_gallery.htm">Photo Gallery</a> |
                    			<a href="links/links.htm">Links</a> | <a href="contact/contact.htm">
                    			Contact</a></p>
                    		</div>
                    		<!-- End Footer --></div>
                    	<!-- End content_container --></div>
                    <!-- End Container -->
                    
                    </body>
                    
                    <!-- #EndTemplate -->
                    
                    </html>

                    1. I do not see where the </td> is after the </tr> when I try to edit the page
                    2. The shorter Identifiers I assume I would have to edit the MySQL data base to change those? Since they are pulled from the data base?
                    3. And giving the <tr>'s ID attributes also should be done in the data base??

                    And sorry JavaScript not Java

                    Again I am really dumb in this field so if you say I have to do something to fix it you also have to tell me how to do that... I am sorry

                    Comment


                    • #11
                      Not trying to be pushy or urging. Sorry if I came across that way.

                      Comment


                      • #12
                        The </td> after </tr> is exactly here
                        Code:
                        </tr>
                        <?php
                        while($row=mysql_fetch_array($result)){
                        echo "</td><td>";
                        But if you have any more questions concerning "how the HTML is being created by PHP", I will have to forward you to the PHP forum, I'm afraid.

                        Comment


                        • #13
                          Ok then thanks for your input. the code now has no extar </td> it looks like this from view page source. I will work on getting shorter ID's and numbering each <tr> I will post the question of how to do that in the PHP forum.

                          Code:
                          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
                          <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr"> 
                          
                          <!-- #BeginTemplate "master.dwt" --> 
                          
                          <head> 
                          <!-- #BeginEditable "doctitle" --> 
                          <title>Murfreesboro Bars</title> 
                          <style type="text/css"> 
                          .style4 { 
                          text-align: center; 
                          font-family: "BankGothic Md BT"; 
                          } 
                          .style5 { 
                          text-align: center; 
                          font-family: "BankGothic Md BT"; 
                          font-size: medium; 
                          } 
                          </style> 
                          <!-- #EndEditable --> 
                          <link rel="stylesheet" type="text/css" href="styles/style3.css"> 
                          <style type="text/css"> 
                          .style1 { 
                          margin-bottom: 3px; 
                          } 
                          .style2 { 
                          margin-left: 0px; 
                          } 
                          </style> 
                          </head> 
                          
                          <body style="background-image: url('images/wallpaper-cf2-1440x900.jpg');"> 
                          
                          <!-- Begin Container --> 
                          <div id="container" class="style2"> 
                          <!-- Begin Masthead --> 
                          <div id="masthead"> 
                          <h1 class="style1" style="width: 576px; height: 69px"> 
                          <img alt="TNBarFinder Logo" height="70" longdesc="TNBarFinder Logo" src="images/tnbarfinderlogo.jpg" width="580" /></h1> 
                          </div> 
                          <!-- End Masthead --> 
                          <!-- Begin Navigation --> 
                          <div id="navigation"> 
                          <ul> 
                          <li><a href="default.htm">Home</a></li> 
                          <li><a href="about_me/about_me.htm">About Us </a></li> 
                          <li><a href="photo_gallery/photo_gallery.htm">Photo Gallery</a></li> 
                          <li><a href="links/links.htm">Extra Page</a></li> 
                          <li><a href="contact/contact.htm">Contact</a></li> 
                          </ul> 
                          </div> 
                          <!-- End Navigation --> 
                          <!-- Begin content_container --> 
                          <div id="content_container"> 
                          <!-- Begin Left Column --> 
                          <div id="column_left" style="width: 595px"> 
                          <!-- #BeginEditable "content" --> 
                          <p>&nbsp;</p> 
                          <h2 class="style4">Murfreesboro's bars and specials</h2> 
                          <p class="style5"><strong>Sort by what your looking for</strong></p> 
                          <p>&nbsp;</p> 
                          
                          
                          <select name='Bar'> 
                          <option value='Liquid Smoke'>Liquid Smoke</option> 
                          <option value='The Boro Bar & Grill'>The Boro Bar & Grill</option> 
                          <option value='Bluesboro'>Bluesboro</option> 
                          <option value='Wagon Wheel Lounge'>Wagon Wheel Lounge</option> 
                          <option value='Mellow Mushroom'>Mellow Mushroom</option> 
                          <option value='Gentleman Jim's Bar & Grill'>Gentleman Jim's Bar & Grill</option> 
                          <option value='Toot's'>Toot's</option> 
                          <option value='Fanatics'>Fanatics</option> 
                          <option value='Buster's Place'>Buster's Place</option> 
                          <option value='Chili's Grill & Bar'>Chili's Grill & Bar</option> 
                          <option value='Temptation Club'>Temptation Club</option> 
                          <option value='Aura Lounge'>Aura Lounge</option> 
                          <option value='Hooters'>Hooters</option> 
                          <option value='Buffalo Wild Wings '>Buffalo Wild Wings </option> 
                          <option value='Fat Willies Billiards'>Fat Willies Billiards</option> 
                          <option value='Dugger's Food & Fun'>Dugger's Food & Fun</option> 
                          <option value='Five Senses Restaurant & Bar'>Five Senses Restaurant & Bar</option> 
                          <option value='Mark & Wolf's Handlebar'>Mark & Wolf's Handlebar</option> 
                          <option value='Bullseye Sportsbar Inc'>Bullseye Sportsbar Inc</option> 
                          <option value='Gentleman Jim's Bar & Grill'>Gentleman Jim's Bar & Grill</option> 
                          <option value='Campus Pub'>Campus Pub</option> 
                          <option value='Revolver Saloon'>Revolver Saloon</option> 
                          <option value='On The Rocks'>On The Rocks</option> 
                          <option value='Applebees'>Applebees</option> 
                          <option value='Nobody's Sports Grille & BBQ'>Nobody's Sports Grille & BBQ</option> 
                          <option value='JD's Music'>JD's Music</option> 
                          <option value='El Tequila Inc'>El Tequila Inc</option> 
                          <option value='Toasted Toad'>Toasted Toad</option> 
                          <option value='Genghis Grill'>Genghis Grill</option> 
                          <option value='2 Sound Productions'>2 Sound Productions</option> 
                          <option value='Blue Rooster'>Blue Rooster</option> 
                          <option value='Bobby McKee's Irish Pub'>Bobby McKee's Irish Pub</option> 
                          <option value='Spot Bar & Grill'>Spot Bar & Grill</option> 
                          <option value='D&D Lounge'>D&D Lounge</option> 
                          <option value='Music Madness'>Music Madness</option> 
                          <option value='Pawbowskys' Dog House'>Pawbowskys' Dog House</option> 
                          <option value='Willie's Wet Spot'>Willie's Wet Spot</option> 
                          <option value='Coconut Bay Caf'>Coconut Bay Caf</option> 
                          <option value='Mi Terra Mexican Restaurant'>Mi Terra Mexican Restaurant</option> 
                          <option value='Wall Street'>Wall Street</option> 
                          <option value='Darlin's Bar & Grill'>Darlin's Bar & Grill</option> 
                          <option value='Sullivan's Sports Bar'>Sullivan's Sports Bar</option> 
                          <option value='Ron's Tavern'>Ron's Tavern</option> 
                          <option value='Clarion Inn & Suites'>Clarion Inn & Suites</option> 
                          <option value='Pop's Bar & Grill'>Pop's Bar & Grill</option> 
                          <option value='Charlie's Dart Country'>Charlie's Dart Country</option> 
                          <option value='Coach's Grill'>Coach's Grill</option> 
                          <option value='The Parthenon Restaurant'>The Parthenon Restaurant</option> 
                          <option value='Buffalo Wild Wings '>Buffalo Wild Wings </option> 
                          <option value='Restaurant & Lounge Mt Bottle'>Restaurant & Lounge Mt Bottle</option> 
                          <option value='Townleys'>Townleys</option> 
                          <option value='T.G.I. Friday's'>T.G.I. Friday's</option> 
                          <option value='Raz'z Bar & Grill'>Raz'z Bar & Grill</option> 
                          <option value='Shoeless Joes'>Shoeless Joes</option> 
                          <option value='Mark & Pats Handlebar'>Mark & Pats Handlebar</option> 
                          <option value='Graffiti Bar'>Graffiti Bar</option> 
                          <option value='Chappy's Bar & Grill'>Chappy's Bar & Grill</option> 
                          <option value='Murfreesboro Lions Club'>Murfreesboro Lions Club</option> 
                          <option value='P J's Pub'>P J's Pub</option> 
                          </select><table border=1 style="background-color:#F0F8FF;" > 
                          <caption><EM>Murfreesboro Bars</EM></caption> 
                          <tr> 
                          <th>Bar Name</th> 
                          <th>City</th> 
                          <th>Address</th> 
                          <th>Phone</th> 
                          </tr> 
                          <td>Liquid Smoke</td><td>Murfreesboro</td><td> 2 Public Square</td><td>615-217-7822</td></tr><td>The Boro Bar & Grill</td><td>Murfreesboro</td><td>1211 Greenland Drive</td><td>615-895-4800</td></tr><td>Bluesboro</td><td>Murfreesboro</td><td>114 North Church Street</td><td>615-904-7236</td></tr><td>Wagon Wheel Lounge</td><td>Murfreesboro</td><td>534 Southeast Broad Street </td><td>615-896-9009</td></tr><td>Mellow Mushroom</td><td>Murfreesboro</td><td>2955 South Rutherford Boulevard</td><td>615-890-8898</td></tr><td>Gentleman Jim's Bar & Grill</td><td>Murfreesboro</td><td>1325 Greenland Drive</td><td>615-893-9933</td></tr><td>Toot's</td><td>Murfreesboro</td><td>860 Northwest Broad Street</td><td>615-898-1301</td></tr><td>Fanatics</td><td>Murfreesboro</td><td>1850 Old Fort Parkway</td><td>615-494-3995</td></tr><td>Buster's Place</td><td>Murfreesboro</td><td>1615 Northwest Broad Street</td><td>615-895-5464</td></tr><td>Chili's Grill & Bar</td><td>Murfreesboro</td><td>755 Northwest Broad Street</td><td>615-867-2855</td></tr><td>Temptation Club</td><td>Murfreesboro</td><td>2404 Halls Hill Pike</td><td>615-217-0944</td></tr><td>Aura Lounge</td><td>Murfreesboro</td><td>114 South Maple Street</td><td>615-396-8328</td></tr><td>Hooters</td><td>Murfreesboro</td><td>1310 NW Broad Street</td><td>615-867-2337</td></tr><td>Buffalo Wild Wings </td><td>Murfreesboro</td><td>207 Stones River Mall Blvd</td><td>615-907-6004</td></tr><td>Fat Willies Billiards</td><td>Murfreesboro</td><td>244 River Rock Boulevard</td><td>615-848-1801</td></tr><td>Dugger's Food & Fun</td><td>Murfreesboro</td><td>1738 West Northfield Boulevard</td><td>615-809-2605</td></tr><td>Five Senses Restaurant & Bar</td><td>Murfreesboro</td><td>1602 West Northfield Boulevard</td><td>615-867-4155</td></tr><td>Mark & Wolf's Handlebar</td><td>Murfreesboro</td><td>2601 E Main St</td><td>615-890-5661</td></tr><td>Bullseye Sportsbar Inc</td><td>Murfreesboro</td><td>225 River Rock Boulevard</td><td>615-896-6994</td></tr><td>Gentleman Jim's Bar & Grill</td><td>Murfreesboro</td><td>2115 East Main Street</td><td>615-896-9716</td></tr><td>Campus Pub</td><td>Murfreesboro</td><td>903 Gunnerson Avenue</td><td>615-867-9893</td></tr><td>Revolver Saloon</td><td>Murfreesboro</td><td>2227 Old Fort Parkway</td><td>615-530-4008</td></tr><td>On The Rocks</td><td>Murfreesboro</td><td>211 W. Main Street</td><td>615-375-6055</td></tr><td>Applebees</td><td>Murfreesboro</td><td>2896 South Rutherford Boulevard</td><td>615-895-7777</td></tr><td>Nobody's Sports Grille & BBQ</td><td>Murfreesboro</td><td>116 John R Rice Boulevard</td><td>615-962-8019</td></tr><td>JD's Music</td><td>Murfreesboro</td><td>109 Marauder Court</td><td>615-849-3533</td></tr><td>El Tequila Inc</td><td>Murfreesboro</td><td>2349 South Church Street</td><td>615-898-0333</td></tr><td>Toasted Toad</td><td>Murfreesboro</td><td>2227 Old Fort Parkway</td><td>615-504-6004</td></tr><td>Genghis Grill</td><td>Murfreesboro</td><td>2615 Medical Center Pkwy Ste. 2250</td><td>615-494-1181</td></tr><td>2 Sound Productions</td><td>Murfreesboro</td><td>Tennessee 96</td><td>615-867-4596</td></tr><td>Blue Rooster</td><td>Murfreesboro</td><td>114 North Church Street</td><td>615-904-7236</td></tr><td>Bobby McKee's Irish Pub</td><td>Murfreesboro</td><td>1720 Old Fort Parkway #100</td><td>615-439-6021</td></tr><td>Spot Bar & Grill</td><td>Murfreesboro</td><td>4425 Woodbury Pike</td><td>615-396-8574</td></tr><td>D&D Lounge</td><td>Murfreesboro</td><td>6022 New Nashville Highway</td><td>615-896-6556</td></tr><td>Music Madness</td><td>Murfreesboro</td><td></td><td>614-631-3914</td></tr><td>Pawbowskys' Dog House</td><td>Murfreesboro</td><td>3080 South Church Street</td><td>615-849-1734</td></tr><td>Coconut Bay Caf</td><td>Murfreesboro</td><td>210 Stones River Mall Boulevard</td><td>615-494-0504</td></tr><td>Wall Street</td><td>Murfreesboro</td><td>121 North Maple Street</td><td>615-867-9090</td></tr><td>Clarion Inn & Suites</td><td>Murfreesboro</td><td>2227 Old-Fort Parkway</td><td>615-896-2420</td></tr><td>Coach's Grill</td><td>Murfreesboro</td><td>127 Southeast Broad Street</td><td>615-962-7853</td></tr><td>The Parthenon Restaurant</td><td>Murfreesboro</td><td>1935 South Church Street</td><td>615-895-2665</td></tr><td>Restaurant & Lounge Mt Bottle</td><td>Murfreesboro</td><td>3940 Shelbyville Hwy</td><td>615-962-9872</td></tr><td>T.G.I. Friday's</td><td>Murfreesboro</td><td>1714 Old Fort Pkwy</td><td>615-907-3086</td></tr><td>Shoeless Joes</td><td>Murfreesboro</td><td>1850 Old Fort Parkway</td><td>615-494-1873</td></tr><td>Mark & Pats Handlebar</td><td>Murfreesboro</td><td>2601 E Main St</td><td>615-890-5661</td></tr><td>Graffiti Bar</td><td>Murfreesboro</td><td>2962 S Rutherford Blvd.</td><td>615-439-6041</td></tr><td>Murfreesboro Lions Club</td><td>Murfreesboro</td><td>Cannonsburg</td><td>615-893-2582</td></tr></table> 
                          
                          
                          <p>&nbsp;</p> 
                          <p>&nbsp;</p> 
                          <!-- #EndEditable --></div> 
                          <!-- End Left Column --> 
                          <!-- Begin Right Column --> 
                          <!-- End Right Column --> 
                          <!-- Begin Footer --> 
                          <div id="footer"> 
                          <div id="copyright"> 
                          <p>Copyright 
                          <a href="http://www.tnbarfinder.com/">TNBarFinder</a> �2011. 
                          .</p> 
                          </div> 
                          <p><a href="default.htm">Home</a> | <a href="about_me/about_me.htm">About 
                          Me</a> | 
                          <a href="photo_gallery/photo_gallery.htm">Photo Gallery</a> | 
                          <a href="links/links.htm">Links</a> | <a href="contact/contact.htm"> 
                          Contact</a></p> 
                          </div> 
                          <!-- End Footer --></div> 
                          <!-- End content_container --></div> 
                          <!-- End Container --> 
                          
                          </body> 
                          
                          <!-- #EndTemplate --> 
                          
                          </html>

                          Comment


                          • #14
                            Code:
                            </tr> 
                            <td>Liquid Smoke</td><td>Murfreesboro</td><td> 2 Public Square</td><td>615-217-7822</td></tr><td>
                            I'm afraid this is still invalid HTML (missing <tr> tags)

                            Comment


                            • #15
                              How about this?

                              Code:
                              <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
                              <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr"> 
                              
                              <!-- #BeginTemplate "master.dwt" --> 
                              
                              <head> 
                              <!-- #BeginEditable "doctitle" --> 
                              <title>Murfreesboro Bars</title> 
                              <style type="text/css"> 
                              .style4 { 
                              text-align: center; 
                              font-family: "BankGothic Md BT"; 
                              } 
                              .style5 { 
                              text-align: center; 
                              font-family: "BankGothic Md BT"; 
                              font-size: medium; 
                              } 
                              </style> 
                              <!-- #EndEditable --> 
                              <link rel="stylesheet" type="text/css" href="styles/style3.css"> 
                              <style type="text/css"> 
                              .style1 { 
                              margin-bottom: 3px; 
                              } 
                              .style2 { 
                              margin-left: 0px; 
                              } 
                              </style> 
                              
                              </head> 
                              
                              <body style="background-image: url('images/wallpaper-cf2-1440x900.jpg');"> 
                              
                              <!-- Begin Container --> 
                              <div id="container" class="style2"> 
                              <!-- Begin Masthead --> 
                              <div id="masthead"> 
                              <h1 class="style1" style="width: 576px; height: 69px"> 
                              <img alt="TNBarFinder Logo" height="70" longdesc="TNBarFinder Logo" src="images/tnbarfinderlogo.jpg" width="580" /></h1> 
                              </div> 
                              <!-- End Masthead --> 
                              <!-- Begin Navigation --> 
                              <div id="navigation"> 
                              <ul> 
                              <li><a href="default.htm">Home</a></li> 
                              <li><a href="about_me/about_me.htm">About Us </a></li> 
                              <li><a href="photo_gallery/photo_gallery.htm">Photo Gallery</a></li> 
                              <li><a href="links/links.htm">Extra Page</a></li> 
                              <li><a href="contact/contact.htm">Contact</a></li> 
                              </ul> 
                              </div> 
                              <!-- End Navigation --> 
                              <!-- Begin content_container --> 
                              <div id="content_container"> 
                              <!-- Begin Left Column --> 
                              <div id="column_left" style="width: 595px"> 
                              <!-- #BeginEditable "content" --> 
                              <p>&nbsp;</p> 
                              <h2 class="style4">Murfreesboro's bars and specials</h2> 
                              <p class="style5"><strong>Sort by what your looking for</strong></p> 
                              <p>&nbsp;</p> 
                              
                              <select name='Bar'> 
                              <option value='Liquid Smoke'>Liquid Smoke</option> 
                              <option value='The Boro Bar & Grill'>The Boro Bar & Grill</option> 
                              <option value='Bluesboro'>Bluesboro</option> 
                              <option value='Wagon Wheel Lounge'>Wagon Wheel Lounge</option> 
                              <option value='Mellow Mushroom'>Mellow Mushroom</option> 
                              <option value='Gentleman Jim's Bar & Grill'>Gentleman Jim's Bar & Grill</option> 
                              <option value='Toot's'>Toot's</option> 
                              <option value='Fanatics'>Fanatics</option> 
                              <option value='Buster's Place'>Buster's Place</option> 
                              <option value='Chili's Grill & Bar'>Chili's Grill & Bar</option> 
                              <option value='Temptation Club'>Temptation Club</option> 
                              <option value='Aura Lounge'>Aura Lounge</option> 
                              <option value='Hooters'>Hooters</option> 
                              <option value='Buffalo Wild Wings '>Buffalo Wild Wings </option> 
                              <option value='Fat Willies Billiards'>Fat Willies Billiards</option> 
                              <option value='Dugger's Food & Fun'>Dugger's Food & Fun</option> 
                              <option value='Five Senses Restaurant & Bar'>Five Senses Restaurant & Bar</option> 
                              <option value='Mark & Wolf's Handlebar'>Mark & Wolf's Handlebar</option> 
                              <option value='Bullseye Sportsbar Inc'>Bullseye Sportsbar Inc</option> 
                              <option value='Gentleman Jim's Bar & Grill'>Gentleman Jim's Bar & Grill</option> 
                              <option value='Campus Pub'>Campus Pub</option> 
                              <option value='Revolver Saloon'>Revolver Saloon</option> 
                              <option value='On The Rocks'>On The Rocks</option> 
                              <option value='Applebees'>Applebees</option> 
                              <option value='Nobody's Sports Grille & BBQ'>Nobody's Sports Grille & BBQ</option> 
                              <option value='JD's Music'>JD's Music</option> 
                              <option value='El Tequila Inc'>El Tequila Inc</option> 
                              <option value='Toasted Toad'>Toasted Toad</option> 
                              <option value='Genghis Grill'>Genghis Grill</option> 
                              <option value='2 Sound Productions'>2 Sound Productions</option> 
                              <option value='Blue Rooster'>Blue Rooster</option> 
                              <option value='Bobby McKee's Irish Pub'>Bobby McKee's Irish Pub</option> 
                              <option value='Spot Bar & Grill'>Spot Bar & Grill</option> 
                              <option value='D&D Lounge'>D&D Lounge</option> 
                              <option value='Music Madness'>Music Madness</option> 
                              <option value='Pawbowskys' Dog House'>Pawbowskys' Dog House</option> 
                              <option value='Willie's Wet Spot'>Willie's Wet Spot</option> 
                              <option value='Coconut Bay Caf'>Coconut Bay Caf</option> 
                              <option value='Mi Terra Mexican Restaurant'>Mi Terra Mexican Restaurant</option> 
                              <option value='Wall Street'>Wall Street</option> 
                              <option value='Darlin's Bar & Grill'>Darlin's Bar & Grill</option> 
                              <option value='Sullivan's Sports Bar'>Sullivan's Sports Bar</option> 
                              <option value='Ron's Tavern'>Ron's Tavern</option> 
                              <option value='Clarion Inn & Suites'>Clarion Inn & Suites</option> 
                              <option value='Pop's Bar & Grill'>Pop's Bar & Grill</option> 
                              <option value='Charlie's Dart Country'>Charlie's Dart Country</option> 
                              <option value='Coach's Grill'>Coach's Grill</option> 
                              <option value='The Parthenon Restaurant'>The Parthenon Restaurant</option> 
                              <option value='Buffalo Wild Wings '>Buffalo Wild Wings </option> 
                              <option value='Restaurant & Lounge Mt Bottle'>Restaurant & Lounge Mt Bottle</option> 
                              <option value='Townleys'>Townleys</option> 
                              <option value='T.G.I. Friday's'>T.G.I. Friday's</option> 
                              <option value='Raz'z Bar & Grill'>Raz'z Bar & Grill</option> 
                              <option value='Shoeless Joes'>Shoeless Joes</option> 
                              <option value='Mark & Pats Handlebar'>Mark & Pats Handlebar</option> 
                              <option value='Graffiti Bar'>Graffiti Bar</option> 
                              <option value='Chappy's Bar & Grill'>Chappy's Bar & Grill</option> 
                              <option value='Murfreesboro Lions Club'>Murfreesboro Lions Club</option> 
                              <option value='P J's Pub'>P J's Pub</option> 
                              </select> 
                              
                              <caption><EM>Murfreesboro Bars</EM></caption> 
                              <tr> 
                              <th>Bar Name</th> 
                              <th>City</th> 
                              <th>Address</th> 
                              <th>Phone</th> 
                              </tr> 
                              <tr><td>Liquid Smoke</td><td>Murfreesboro</td><td> 2 Public Square</td><td>615-217-7822</td></tr><tr><td>The Boro Bar & Grill</td><td>Murfreesboro</td><td>1211 Greenland Drive</td><td>615-895-4800</td></tr><tr><td>Bluesboro</td><td>Murfreesboro</td><td>114 North Church Street</td><td>615-904-7236</td></tr><tr><td>Wagon Wheel Lounge</td><td>Murfreesboro</td><td>534 Southeast Broad Street </td><td>615-896-9009</td></tr><tr><td>Mellow Mushroom</td><td>Murfreesboro</td><td>2955 South Rutherford Boulevard</td><td>615-890-8898</td></tr><tr><td>Gentleman Jim's Bar & Grill</td><td>Murfreesboro</td><td>1325 Greenland Drive</td><td>615-893-9933</td></tr><tr><td>Toot's</td><td>Murfreesboro</td><td>860 Northwest Broad Street</td><td>615-898-1301</td></tr><tr><td>Fanatics</td><td>Murfreesboro</td><td>1850 Old Fort Parkway</td><td>615-494-3995</td></tr><tr><td>Buster's Place</td><td>Murfreesboro</td><td>1615 Northwest Broad Street</td><td>615-895-5464</td></tr><tr><td>Chili's Grill & Bar</td><td>Murfreesboro</td><td>755 Northwest Broad Street</td><td>615-867-2855</td></tr><tr><td>Temptation Club</td><td>Murfreesboro</td><td>2404 Halls Hill Pike</td><td>615-217-0944</td></tr><tr><td>Aura Lounge</td><td>Murfreesboro</td><td>114 South Maple Street</td><td>615-396-8328</td></tr><tr><td>Hooters</td><td>Murfreesboro</td><td>1310 NW Broad Street</td><td>615-867-2337</td></tr><tr><td>Buffalo Wild Wings </td><td>Murfreesboro</td><td>207 Stones River Mall Blvd</td><td>615-907-6004</td></tr><tr><td>Fat Willies Billiards</td><td>Murfreesboro</td><td>244 River Rock Boulevard</td><td>615-848-1801</td></tr><tr><td>Dugger's Food & Fun</td><td>Murfreesboro</td><td>1738 West Northfield Boulevard</td><td>615-809-2605</td></tr><tr><td>Five Senses Restaurant & Bar</td><td>Murfreesboro</td><td>1602 West Northfield Boulevard</td><td>615-867-4155</td></tr><tr><td>Mark & Wolf's Handlebar</td><td>Murfreesboro</td><td>2601 E Main St</td><td>615-890-5661</td></tr><tr><td>Bullseye Sportsbar Inc</td><td>Murfreesboro</td><td>225 River Rock Boulevard</td><td>615-896-6994</td></tr><tr><td>Gentleman Jim's Bar & Grill</td><td>Murfreesboro</td><td>2115 East Main Street</td><td>615-896-9716</td></tr><tr><td>Campus Pub</td><td>Murfreesboro</td><td>903 Gunnerson Avenue</td><td>615-867-9893</td></tr><tr><td>Revolver Saloon</td><td>Murfreesboro</td><td>2227 Old Fort Parkway</td><td>615-530-4008</td></tr><tr><td>On The Rocks</td><td>Murfreesboro</td><td>211 W. Main Street</td><td>615-375-6055</td></tr><tr><td>Applebees</td><td>Murfreesboro</td><td>2896 South Rutherford Boulevard</td><td>615-895-7777</td></tr><tr><td>Nobody's Sports Grille & BBQ</td><td>Murfreesboro</td><td>116 John R Rice Boulevard</td><td>615-962-8019</td></tr><tr><td>JD's Music</td><td>Murfreesboro</td><td>109 Marauder Court</td><td>615-849-3533</td></tr><tr><td>El Tequila Inc</td><td>Murfreesboro</td><td>2349 South Church Street</td><td>615-898-0333</td></tr><tr><td>Toasted Toad</td><td>Murfreesboro</td><td>2227 Old Fort Parkway</td><td>615-504-6004</td></tr><tr><td>Genghis Grill</td><td>Murfreesboro</td><td>2615 Medical Center Pkwy Ste. 2250</td><td>615-494-1181</td></tr><tr><td>2 Sound Productions</td><td>Murfreesboro</td><td>Tennessee 96</td><td>615-867-4596</td></tr><tr><td>Blue Rooster</td><td>Murfreesboro</td><td>114 North Church Street</td><td>615-904-7236</td></tr><tr><td>Bobby McKee's Irish Pub</td><td>Murfreesboro</td><td>1720 Old Fort Parkway #100</td><td>615-439-6021</td></tr><tr><td>Spot Bar & Grill</td><td>Murfreesboro</td><td>4425 Woodbury Pike</td><td>615-396-8574</td></tr><tr><td>D&D Lounge</td><td>Murfreesboro</td><td>6022 New Nashville Highway</td><td>615-896-6556</td></tr><tr><td>Music Madness</td><td>Murfreesboro</td><td></td><td>614-631-3914</td></tr><tr><td>Pawbowskys' Dog House</td><td>Murfreesboro</td><td>3080 South Church Street</td><td>615-849-1734</td></tr><tr><td>Coconut Bay Caf</td><td>Murfreesboro</td><td>210 Stones River Mall Boulevard</td><td>615-494-0504</td></tr><tr><td>Wall Street</td><td>Murfreesboro</td><td>121 North Maple Street</td><td>615-867-9090</td></tr><tr><td>Clarion Inn & Suites</td><td>Murfreesboro</td><td>2227 Old-Fort Parkway</td><td>615-896-2420</td></tr><tr><td>Coach's Grill</td><td>Murfreesboro</td><td>127 Southeast Broad Street</td><td>615-962-7853</td></tr><tr><td>The Parthenon Restaurant</td><td>Murfreesboro</td><td>1935 South Church Street</td><td>615-895-2665</td></tr><tr><td>Restaurant & Lounge Mt Bottle</td><td>Murfreesboro</td><td>3940 Shelbyville Hwy</td><td>615-962-9872</td></tr><tr><td>T.G.I. Friday's</td><td>Murfreesboro</td><td>1714 Old Fort Pkwy</td><td>615-907-3086</td></tr><tr><td>Shoeless Joes</td><td>Murfreesboro</td><td>1850 Old Fort Parkway</td><td>615-494-1873</td></tr><tr><td>Mark & Pats Handlebar</td><td>Murfreesboro</td><td>2601 E Main St</td><td>615-890-5661</td></tr><tr><td>Graffiti Bar</td><td>Murfreesboro</td><td>2962 S Rutherford Blvd.</td><td>615-439-6041</td></tr><tr><td>Murfreesboro Lions Club</td><td>Murfreesboro</td><td>Cannonsburg</td><td>615-893-2582</td></tr></table> 
                              
                              
                              <p>&nbsp;</p> 
                              <p>&nbsp;</p> 
                              <!-- #EndEditable --></div> 
                              <!-- End Left Column --> 
                              <!-- Begin Right Column --> 
                              <!-- End Right Column --> 
                              <!-- Begin Footer --> 
                              <div id="footer"> 
                              <div id="copyright"> 
                              <p>Copyright 
                              <a href="http://www.tnbarfinder.com/">TNBarFinder</a> �2011. 
                              .</p> 
                              </div> 
                              <p><a href="default.htm">Home</a> | <a href="about_me/about_me.htm">About 
                              Me</a> | 
                              <a href="photo_gallery/photo_gallery.htm">Photo Gallery</a> | 
                              <a href="links/links.htm">Links</a> | <a href="contact/contact.htm"> 
                              Contact</a></p> 
                              </div> 
                              <!-- End Footer --></div> 
                              <!-- End content_container --></div> 
                              <!-- End Container --> 
                              
                              </body> 
                              
                              <!-- #EndTemplate --> 
                              
                              </html>

                              Comment

                              Working...
                              X
                              😀
                              🥰
                              🤢
                              😎
                              😡
                              👍
                              👎