- about php select box -

Discussion in 'PHP' started by BSY512, Feb 22, 2011.

  1. #1
    <select name="DatabseChecking" id="DatabseChecking">
    <option selected="selected">Male (From Database)</option>
    <option value="Male">Male</option>
    <option value="Female">Female</option>
    </select>


    The Result will show

    Male
    Male
    Female


    How can make it show to like

    Male
    Female
     
    BSY512, Feb 22, 2011 IP
  2. srisen2

    srisen2 Peon

    Messages:
    359
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can leave a space there or process the entire option results through a php if statement filter
     
    srisen2, Feb 22, 2011 IP
  3. BSY512

    BSY512 Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank for the reply , finally i settle the problem , TQVM :eek:
     
    BSY512, Feb 22, 2011 IP