PHP For Beginners, Ep 27 - Introduction to Form Validation

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • In this lesson, we'll review two layers of form validation: browser and server-side. We can use validation to ensure and confirm that the user submits their data in the exact format that we require. Watch this full series at phpforbeginners....
    Watch thousands of videos, track your progress, and participate in a massive Laravel community at Laracasts.com.
    Laracasts: laracasts.com
    Laracasts Twitter: / laracasts
    Jeffrey Way Twitter: / jeffrey_way

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

  • @zachfox1027
    @zachfox1027 2 года назад +7

    This is by far the most efficient and effective way to teach PHP, been watching since day 1. It's refreshing and helps me understand PHP in a deeper level but PHP frameworks too. Thank you kind sir.

  • @لوسيفرجبريل
    @لوسيفرجبريل 2 месяца назад

    great teaching as usual. thank you

  • @semikolondev
    @semikolondev 2 года назад +3

    God…I wish I could have such a clear teacher to learn JavaScript.

    • @laxmanneupane1739
      @laxmanneupane1739 5 месяцев назад

      This course is excellent. For Javascript, I would recommend you ruclips.net/video/EerdGm-ehJQ/видео.html if you are absolute beginner.

  • @vincentbeaulieu7553
    @vincentbeaulieu7553 2 года назад +6

    Another way to show the bypass of the required attribute (instead of using curl) could be to inspect the page and delete de required attribute in the browser and submit it.

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

    Fantastic lesson. Thank you Jeffrey.

  • @TylerTheDestroyer
    @TylerTheDestroyer 8 месяцев назад +1

    Lost points at a dinner party, now I am not naming names, but dayum that's good teachin.

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

    All is good, but htmlspecialchars must be included by default when working with user input data, like when you echo out $_POST['body'] ?? '', just wrap everything in hsc. This should be done so new developers get used to it from early days.

  • @Фанат-щ9ь
    @Фанат-щ9ь 2 года назад

    Super nice, please continue.

  • @Egyptiano200
    @Egyptiano200 2 года назад +3

    null coalescing operator (??) has been introduced in php 7

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

    Very Usefull Thanks

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

    Hi,
    so to be perfect then you should be using the trim function. 🤣

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

    loving the series