Results 1 to 1 of 1

Thread: Getting Radio Buttons to access Mysql Database

  1. #1
    Join Date
    Feb 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Getting Radio Buttons to access Mysql Database

    Okay,
    I figured out what I was doing to get the search to recognize the Check Box.
    But I have no clue on how to have the search recognize multiple check boxes at the same time.
    Can anyone figure this one out? The code I am using is below. Also if you know how to make a Drop box access a search too all at the same time.

    Thanks People!

    Code:
     <form name="frmsearch" id="frmsearch" method="get" action="search.php">
                      <p>Search: 
                        <input name="q" type="text","checkbox","searchDropSm", "radio" class="date" id="q" value="[|keyword|]" size="25" maxlength="50" />
    <br>
    Search Just:
    No Pets
    <input type="checkbox" name="q" value="No Pets">
    Laundry Facility
    <input type="checkbox" name="q" value="Laundry Facility">
    Field 3
    <input type="checkbox" name="q" value="field3">
    Field 4
    <input type="checkbox" name="q" value="field4">
                      </p>
                      <p>
                        <input name="Search" type="submit" class="date" id="Search" value="Search" />
                                        </p>
                    </form><br class="clear" />
    Last edited by CopperK; 02-23-2008 at 02:00 AM. Reason: Just stuck on getting multiple radio buttons to access the search.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •