Dynamic Dependent Select Box using jQuery, Ajax and PHP

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2024

Комментарии • 59

  • @didacemanirakiza1036
    @didacemanirakiza1036 Год назад

    Thanks alot my big bro. it work good and i get what i need to my project. Let Jah bless you. Php king programmer.

  • @PasinduPeirisOnline
    @PasinduPeirisOnline 2 года назад

    I was stuck for an hour and this video helped me! Keep up the good work bro! Thanks!

  • @slimfit9605
    @slimfit9605 Год назад

    hello, after selecting "country, city and county" in this filtering application, how will we print the profile cards suitable for these selections on the screen? example: John Wick (country, city, county)

  • @Dan-EmmanuelNignan
    @Dan-EmmanuelNignan 2 года назад +1

    thank you a lot your video helps me!!!

  • @socialAddAkrs
    @socialAddAkrs 2 года назад

    thank you sir please make video on how to edit dependent data please

  • @rymndrgld2445
    @rymndrgld2445 2 года назад +1

    It works.. Thank you !

  • @slimfit9605
    @slimfit9605 Год назад

    Hello. How can we print the profile cards of the selected values ​​to the screen? example: country > City > state > John Wick (Country,City, state)

  • @sdlgjfkmv
    @sdlgjfkmv 2 года назад +1

    thank you, it works 🤗

  • @socialAddAkrs
    @socialAddAkrs 2 года назад +2

    how to edit dependent data please help

  • @brijenderkumardogra7343
    @brijenderkumardogra7343 2 года назад

    Thanks Dear

  • @gyanendrasinghrathoud9119
    @gyanendrasinghrathoud9119 4 года назад +1

    Good work bro and keep it up...

  • @itspriyankaaa
    @itspriyankaaa 2 года назад +1

    Thanks a lot. you saved the day. :)

  • @storytime_adventures_lsp
    @storytime_adventures_lsp 2 года назад

    help me alot thank pro

  • @nisargshah7531
    @nisargshah7531 3 года назад

    Most detailed video with tips and tricks for debugging errors Nice work bro !!

  • @khaitrinhviet
    @khaitrinhviet 2 года назад

    thank you so much

  • @cadburry1691
    @cadburry1691 3 года назад

    Wooawww thanks sirr i just found my 3 days problem haha

  • @ankushsharma-bm2kg
    @ankushsharma-bm2kg 2 года назад

    hello sir thanks for the video .... what should i do to store the name instead of ID ...facing problem to store name .

  • @itspriyankaaa
    @itspriyankaaa 2 года назад

    It would help if you can solve my problem.
    The thing is.. I want to autopolulate my input fields from database when an item is selected from select box... I am able to do so using input type text but not able to do it with selectbox. Could you help?

  • @levisunexpo
    @levisunexpo 2 года назад

    Que maravilla. Gracias por la ayuda.

    • @codewithvijaymaurya
      @codewithvijaymaurya  2 года назад

      su más bienvenido. por favor suscríbete al canal para recibir las últimas actualizaciones

  • @barankurt4316
    @barankurt4316 2 года назад

    hello how can we fetch div cards with these filters?

    • @codewithvijaymaurya
      @codewithvijaymaurya  2 года назад

      It's simple just create your div cards in a variable and return.
      But it's better you get values and create div card with jQuery on front side

    • @barankurt4316
      @barankurt4316 2 года назад

      @@codewithvijaymaurya Could you please make a sample video?

    • @codewithvijaymaurya
      @codewithvijaymaurya  2 года назад

      Share your requirement

  • @hasanpatc
    @hasanpatc 3 года назад

    very nice it's work properly

  • @kibrukassu823
    @kibrukassu823 3 года назад

    Thanks bro

  • @miguelangelmonsivaisgarcia8432
    @miguelangelmonsivaisgarcia8432 3 года назад

    como, le hago para obtener el valor que seleccione en el select, mediante un boton.

  • @lindafan2620
    @lindafan2620 4 года назад +1

    thanks, how would i insert selected options into the database? ive got the submit button but cant figure out how to get it in the database even though ive done it on a normal dropdown

    • @codewithvijaymaurya
      @codewithvijaymaurya  4 года назад

      I have another video for saving data please check link on Description

    • @lindafan2620
      @lindafan2620 4 года назад

      @@codewithvijaymaurya lol duh, i saw this video before but didnt think it was what i wanted. i had recently found another video but i will see this one might be easier to follow. thanks

  • @muhammadaliasgor337
    @muhammadaliasgor337 4 года назад

    Thanks for the video. We are facing problems to store data into database. We want to store names of the country, state and city. But ID is stored. How can I store names instead of ID. What things I have to change in your codes. Need solution.

    • @codewithvijaymaurya
      @codewithvijaymaurya  4 года назад +1

      I am sorry if not get your question properly.
      From where you are storing data in the database.
      if after the complete dropdown then you need to show the name instead of id in option value='.$row['id'].' change this to names according to state, country, city.
      If this is not a solution you are looking please send proper screenshot to mywebhostguru@gmail.com

    • @codewithvijaymaurya
      @codewithvijaymaurya  4 года назад

      ruclips.net/video/wN-A3VuOxww/видео.html please watch this video

  • @khansa7819
    @khansa7819 3 года назад

    how to insert in database?

  • @gigakhutsishvili1070
    @gigakhutsishvili1070 3 года назад

    after refresh everything reseting, please show us how to remeber it ?

  • @lichi8789
    @lichi8789 4 года назад

    can these codes all be in same page?

    • @codewithvijaymaurya
      @codewithvijaymaurya  4 года назад

      Yes you can do that...

    • @lichi8789
      @lichi8789 4 года назад

      @@codewithvijaymaurya thank you. what do i do with URL then?

    • @codewithvijaymaurya
      @codewithvijaymaurya  4 года назад

      Same url of web page and handle post or get request using isset condition

  • @kashishchhabda8958
    @kashishchhabda8958 4 года назад

    I am having error