php 5.6 get selected value text from dropdown (select option)

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • #phpgetselectedvalue #phpselectoption #dropdownvalue
    php example get the selected dropdown value when button click using $_POST

КОМЕНТАРІ • 18

  • @dirtshovel5046
    @dirtshovel5046 3 роки тому +1

    This video just saved me from a mental breakdown thank you so much

  • @lauragriffiths3332
    @lauragriffiths3332 3 роки тому +1

    legend! you are amazing, this video is so easy to follow, you have helped me more than you 'll ever know, thank you !

  • @snehaselvakumar465
    @snehaselvakumar465 3 роки тому +1

    exact content in small amt of time...Thank u

  • @aldin3994
    @aldin3994 5 років тому +1

    Very good explanation, easy to understand.

  • @eyaldraws
    @eyaldraws 2 роки тому

    Helped me as well! You are awesome my friend!

  • @usamabinrafique127
    @usamabinrafique127 3 роки тому

    Perfect.. Thank you for this solution.

  • @johnlomas6843
    @johnlomas6843 4 роки тому +1

    Hi, excellent explanation. I don't want to use however a separate "submit" button but send the selected value from the dropdown menu directly to the php code. Is there something like an "onchange" that could be used? Thanks

  • @gruneranfanger6947
    @gruneranfanger6947 2 роки тому

    Good explanation. How can I avoid that the select field jumbs back to the value --selct-- after clicking the button?

  • @devotiondigitalclass11
    @devotiondigitalclass11 3 роки тому

    what if i don't press the submit button and just by selecting one value from dropdown1 based on if else condition some value will get populated in second dropdown

  • @javazantech
    @javazantech 4 роки тому

    hello friend I need help. In my project there is a field in the bank called status and a data in it "finished" would like when I selected in the "finished" combobox the textbox would be activated if selecting another word would be disabled.

  • @ginisksam
    @ginisksam 4 роки тому

    I having problems if dropdown is from mysql query within tags

  • @ShahzaibKhan-wh5hh
    @ShahzaibKhan-wh5hh 3 роки тому

    sir make a new video first time open index file already 1 name display example "Random" but after select value submit button click replace option value in php not database

  • @tmbuff77
    @tmbuff77 3 роки тому

    Can a dropdown like this be used to display contents of a file based on the selected option?

  • @mihirtv578
    @mihirtv578 4 роки тому +1

    can this be done with two dropdowns ?

    • @RulliR
      @RulliR 4 роки тому

      ofc you can, you just need to post 2 items, on this vid you post value of cars , you can make another select with production year and post both of them

  • @franciscovalle3137
    @franciscovalle3137 3 роки тому

    how i get the "Value" attribute?

  • @region2fasdreports941
    @region2fasdreports941 4 роки тому

    how to get selected value text from dropdown menu using php myqli sir