jump menu

Discussion in 'PHP' started by <?erick?>, May 30, 2008.

  1. #1
    Hello guys am here again to ask some a little bit question about jump menu here my question like this
    Category Information:
    <tr>
    <td><select name="xxxx" size="1" id="xxxx">
    <option>FROM MYSQLDATABASE</option>
    </select></td>
    </tr>
    <tr>
    <td>Type of Problem:</td>
    </tr>
    <tr>
    <td><select name="select" size="1" id="select">
    <option>FROM MYSQLDATABASE</option>
    </select></td>
    </tr>
    <tr>
    <td>Sub Type:</td>
    </tr>
    <tr>
    <td><select name="select2" size="1" id="select2">
    <option>FROM MYSQLDATABASE</option>
    </select></td>


    If I choose another DATA from category information also the type of problem and sub type will be change all of this is connected to data base please help me again…
     
    <?erick?>, May 30, 2008 IP
  2. Altari

    Altari Peon

    Messages:
    188
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    So you want to select a category, and have it autopopulate the subcategory menu?

    You're looking for AJAX, if that's the case. Take a look at this which uses JQuery.
     
    Altari, May 30, 2008 IP
  3. mehmetm

    mehmetm Well-Known Member

    Messages:
    134
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    110
    #3
    thanks for the link Altari ;) I needed something like that..
     
    mehmetm, May 30, 2008 IP