MySQL - PHP Prepared Statements

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

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

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

    I like tutors that elaborate on a topic instead of just writing a code on the screen, giving spontaneous remarks and asking viewers to follow their steps. Thank you!

  • @excelixiseducation7051
    @excelixiseducation7051 5 лет назад +2

    Thank you very much. I have been wondering how prepared statements work for quite a while, but no other single video presents them comprehensively as a concept; your video answered all the questions I have had.

  • @najma242
    @najma242 11 месяцев назад

    This is an awesome channel because you are an awesome IT teacher....i dont know why youtube is saying that when people go to youtube for educational purposes

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

    tyvm for helping me understand the realm of SQL :)

  • @hattrickster33
    @hattrickster33 5 лет назад +2

    Hi Eli. What do you think about combining stored procedures with prepared statements. I think it would improve performance, since MySQL can optimize the execution of the stored procedure.

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

    Is mysql_prepare same with the store procedure in MySQL

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

    I’m terribly confused by what the symbol -> does. I see this used in code and have no idea what it means and when to use it. Can you please explain it.

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

      Since PHP uses the dot . as a concatenation operator,[1] it uses the arrow -> where most other languages would use a dot to access a property or method of an object. It’s technically called the “object operator” but most people call it the arrow (or “arrow operator” or, following JavaScript, the “single-arrow operator”)

    • @Dan-ro6nj
      @Dan-ro6nj 4 года назад +2

      @@gustavopacheco919 I've read numerous threads on what actually means to be and your explanation made it clear immediately. Thanks a lot, all I need to know was it's basically the . from other languages.

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

    5:01 he says, "doodoo." *snicker*

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

    Thank you so much 🥳💯

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

    show. very good explanaition!

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

    Thank you sir!

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

    It's been a while that I watched a video from you and it was decent. I must confess I unsubscribed after watching you in a crazy video which you were in airport and talking gibberish! I thought you had lost your mind! I subscribe again.

  • @NoobGamersNetwork
    @NoobGamersNetwork 5 лет назад

    Not sure where the dislikes on a video like this would come from. Are these people trying to say they don't like security, or don't like learning?
    Maybe it's because your example only showed two genders? I know some people can be awfully touchy about that sort of thing. xD

  • @mareshbm2731
    @mareshbm2731 5 лет назад

    .