DB search tool?

Discussion in 'MySQL' started by Roze, Sep 25, 2005.

  1. #1
    Hi,

    I'm looking for a functional program that will help me have a database search form on my site. I'm having trouble coding this... I use PHP with MySQL

    I want it to be able to take fields in the DB and populate drop down boxes with the data available, so users can simply choose a few options and hit Go...

    I was looking at DaDaBik but they dont have a self-populating option, and I dont want to link multiple tables.

    Here's what I want to do...

    Widget Database:

    Color Size Flavor
    Red Big Fruity
    Blue Tiny Meaty
    Green Medium Spicy

    And I would like to have a script which will take the fields of my choosing and create drop down menus based on available data.

    Color: (drop down menu would say Red, Blue, Green)
    Size: (drop down menu would say Big, Tiny, Medium)
    Flavor: (drop down menu would say Fruity, Meaty, Spicy)

    Any one have a solution for me? It's a bit beyond my coding abilities.
     
    Roze, Sep 25, 2005 IP
  2. Trance-formation

    Trance-formation Peon

    Messages:
    598
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    So you want vistors to be able to select say, Red Tiny Spicy widgets and have the search script return all such widgets?... I reckon I could code that quite quickly with a few more details on the db structure if you want some help?
     
    Trance-formation, Sep 26, 2005 IP
  3. SEO Jeff

    SEO Jeff Active Member

    Messages:
    534
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Have you taken a look at using MySQL's Full Text engine? It allows you to search through your database.

    I use dtSearch myself (http://www.dtsearch.com) and I love it. Very powerful, easy to intergrate, etc.
     
    SEO Jeff, Sep 26, 2005 IP
  4. Roze

    Roze Guest

    Messages:
    403
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #4
    cool, thanks for the leads. I spent all day working on peripheral parts of this search and I think I may actually be able to do it alone...keep you posted.
     
    Roze, Sep 26, 2005 IP
  5. Trance-formation

    Trance-formation Peon

    Messages:
    598
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    he he , well into the early hours of the morning... you'll do it;)
     
    Trance-formation, Sep 27, 2005 IP
  6. sriducati

    sriducati Peon

    Messages:
    287
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    any widgets?
     
    sriducati, Jul 23, 2009 IP