PHP Relational Dropdown Menus

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

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

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

    Great that you are back!
    👏🏽👍🏽

  • @MSKWebServices
    @MSKWebServices 3 года назад +1

    Impressive and clear explaination ❤️

  • @rahulpaswan-tx7qr
    @rahulpaswan-tx7qr 3 года назад

    thankyour sir i am from india and this tutorial help me a lot .

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

    Glad to see you again, thanks a lot.
    As in same database, how to make display full database records along with giving real time inline edit values of name and price as following format:
    Crosstab Table format:
    (In case if single value on respective makes and model value)
    ---------------------------------------------------------
    Makes1 Makes2 ....
    Model1 Name | price Name | price
    Model2 Name | price Name | price
    --- loop continues
    ---------------------------------------------------------
    List displsy format
    (In case if multiple values in single makes and model value)
    Makes1:
    Model1:
    Name, Price
    ....
    Model2:
    Name, Price
    ....
    .... Model loop continue
    Makes2:
    Model1:
    Name, Price
    ...
    Model2:
    Name, Price
    ...
    .... Model loop continues
    ..... Makes Loop continues

    • @phpBasics
      @phpBasics  3 года назад +1

      Hey there - Have you watched my video on inline editing?

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

      @@phpBasics yes, but im stuck on crosstab table format display

  • @NedumEze
    @NedumEze 3 года назад +1

    Hi Shaun,
    You're welcome back. Nice topic. Would have been better if the procedure were JS based, instead of JQuery.
    Thanks all the same

    • @kernsanders3973
      @kernsanders3973 3 месяца назад +1

      Very do-able, but the video would have been a 40min instead of 12min if he used JS instead of JQuery. Because JQuery eliminates most of the tedious JS required to do the same functionality. I've done quite a few projects where I tried to use pure JS and it was such a massive inflation of time. Where the projects I used JQuery saved quite a bit of time on similar functionality.

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

    Great tutorial, very easy to follow and works great.
    How do I grab the actual value selected so it can be submitted in a form?
    I added this to a form, but when I submit the form the value from these drop downs fields is actually blank/null. All other fields in my form maintain the data.

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

      You can Skype: CoolEditz if you'd like help.

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

    Hey Shawn, thanks for this. I do however want to ask, where you were talking about debugging, I have no errors showing but the 2nd dropdown shrinks once I make a selection from the 1st dropdown and nothing shows in the 2nd dropdown.

  •  3 года назад

    Thank you very much, very helpful

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

    Great 👍🏼 and thank you

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

    This is a great video tutorial. Too bad you have a sporadic upload schedule. You could be one of the top channels -- you have a great teaching style. I'll have to figure out how to use vanilla JavaScript Ajax instead of JQuery :/ I'm sure I'll figure it out :)

    • @phpBasics
      @phpBasics  Год назад +1

      Appreciate the compliment. I'm still here; just buried in other projects :)

  • @Random-xs8dp
    @Random-xs8dp 3 года назад

    How can you "get out" what someone selected?

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

      Not sure I understand

    • @Random-xs8dp
      @Random-xs8dp 3 года назад

      @@phpBasics Well when someone selects something i want to work with it. How can my code "know" what the user selected?

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

    Hi Dear Sir, can you explain me.
    i have a mysqli database table called .
    fields .
    1.display and fields (only) of all records in my page1.php.
    2.when I click a name
    3. i want to pass relevant other fields and of that relavant record to another (pahe2.php) php page.

  • @sultanaldfere2365
    @sultanaldfere2365 23 дня назад

    Dr. Sean, I spoke to you on Skype