What is a QueryString?

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

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

  • @gullukumar4497
    @gullukumar4497 4 года назад +13

    One of the most underrated programming channel, Keep up the good work!

  • @stachowi
    @stachowi 4 года назад +3

    You're one of the best out there, I'm blessed to have found your channel. Thank you!

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

    Amazing content ... i just found this channel and is mind blowing 👌 i added a lot of videos to my playlist to learn like 3 playlist from this channel

  • @g.v.karthik6969
    @g.v.karthik6969 4 года назад

    Never finished any of your videos without learning something new. Thank you. And on a side note, we pronounce it as Teja, but I'm gonna shift to teha from now 🙂

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

    Hello sir, just found out that my friend Sang Nguyen finished Algonquin recently:), it is nice to watch teacher and know student from there.
    Hello from Russia.
    World is sooooo small:)

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

    Thank you for providing good and quality coding content going further than Hello world! I love the advacnce javascript topics! Keep going Steve, and thanks from Norway!

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

    your channel is Hidden diamonds

  • @ИванБондаренко-б5п
    @ИванБондаренко-б5п 2 года назад

    Thank you for the lesson!!!

  • @mirjana72003
    @mirjana72003 4 года назад +2

    Hi Steve, I am loving your content, wondering if you have courses on Udemy or elsewhere? I would buy them for sure :) thank you for teaching us JS :)

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  4 года назад +5

      I have a Udemy instructor account but decided just to keep putting my content here on RUclips for free. You can support me just by sharing the videos. Thanks!

    • @mirjana72003
      @mirjana72003 4 года назад +3

      @@SteveGriffith-Prof3ssorSt3v3 I do, I am sharing your channel with all JS interested folk in my Dev groups on Facebook :)

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

    Amazing 👌

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

    What's the best way to pass an array via query string?
    ?cars[]=BMW&cars[]=Audi
    ?cars=BMW&cars=Audi
    ?cars=BMW,Audi

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  4 года назад +1

      Depends on where you are sending it and how it will be used. Your 2nd one won't work. For PHP i would use the first one. For Node I would tend to use the 3rd.

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

    You are so boring! But I love it. I know that I'm learning when it feels that way.

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

    But think about how to escape = ? So you know!