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
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.
great teaching as usual. thank you
God…I wish I could have such a clear teacher to learn JavaScript.
This course is excellent. For Javascript, I would recommend you ruclips.net/video/EerdGm-ehJQ/видео.html if you are absolute beginner.
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.
Fantastic lesson. Thank you Jeffrey.
Lost points at a dinner party, now I am not naming names, but dayum that's good teachin.
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.
Super nice, please continue.
null coalescing operator (??) has been introduced in php 7
Very Usefull Thanks
Hi,
so to be perfect then you should be using the trim function. 🤣
loving the series