MySQL - INSERT Records with HTML Form and PHP

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

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

  • @kimhaagenmathiesen2595
    @kimhaagenmathiesen2595 5 лет назад +7

    These new videos are soooo good. I used to watch your old videos, especially on server, and i'm so happy you are now making these tutorial videoes instead of the talkshow-ish videoes you did 👍

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

    Great tutorial! Just made some small changes based on my requirements and it all worked perfectly. Thanks for the upload - much appreciated

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

    Thank you for being a great teacher! This was very helpful to me for organizing ideas before implementation.

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

    i inserted my data like that and the message appear to show me the data has already inserted successfully but when I open my database nothing shown!!!
    I don't now where i mistaken!!

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

    Great Job. 👍
    🖐 HTML CSS JS PHP SQL

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

    I'm trying to determine an efficient way of inner joining millions of records... my query has been running for 2 weeks now with no progress bar :(

  • @bismarklarbi6792
    @bismarklarbi6792 5 лет назад +1

    Thank you sir, I really appreciate your teaching

  • @sarwar.266
    @sarwar.266 4 года назад +1

    Hello
    Can you make a tutorial about backup and restore MySQL data to google drive or google cloud storage.

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

    The application example is vulnerable to SQL injection.

  • @arthurheidt9868
    @arthurheidt9868 5 лет назад +3

    Eli, years ago, you thought me how TCP/IP works and I'm grateful for that. But the code in this tutorial is insecure (more specifically, it is vulnerable to SQL injections). Doing PHP in this style is fine for small tools as long as you use prepared staments to prevent against SQL injections. But for bigger applications, this kind of PHP does not scale up and you want to look at a framework like Laraval for PHP or either Express for Node or ASP.NET Core for .NET.
    My main point is that you should not teach people to write insecure code. Using prepared staments in PHP is not that difficult and prevents you from one of the most frequent attack vectors on the web, being SQL injection.

    • @arthurheidt9868
      @arthurheidt9868 5 лет назад +1

      Typo: staments -> statements

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

      @@YoureUsingWordsIncorrectly I know but making the code secure is literally 10 seconds extra work, so even if you just want something on screen, you should make it secure. Mainly because of two reasons, being that if you want to deploy the thing you just quickly put on screen, you do not have to put any extra effort in it and that people on RUclips that are watching this video do not always watch the whole video, causing them to not know that this code is not secure and assume that the code is secure.

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

      @@YoureUsingWordsIncorrectly That entirely correct. The problem however, is that some people will think code like this is in fact secure and do not realize the made a mistake.

    • @elithecomputerguy
      @elithecomputerguy  5 лет назад +3

      ... bucko... have fun making your own tutorial series... no one like know it all smarty pants... I teach the reason I do for a reason... all you're proving is that ***** **** ****...

    • @elithecomputerguy
      @elithecomputerguy  5 лет назад +4

      Too many instructors are more worried about proving how smart they are instead of actually teaching... if someone gets excited by building something that works they’ll then spend years learning to improve... if they can’t get something to work because they are being taught the “right” way they give up and the games over... I genuinely despise smarty pants that cause others to give up just so that they can feel superior...

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

    RUclips hides you from my feeed ! Glad to see ya again!

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

    thats help me a loot, thanks master

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

    Best trainer

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

    This is totally insecure and open to sql injection. It is very easy to delete all data from your database via html from. You should use prepared statements or at least sanitize all form inputs.

    • @pcklubas
      @pcklubas 5 лет назад +1

      he's making this as basic as possible so it would be easy to understand, security tutorials comes later I assume.

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

    He soulds like Louis.... 😊