PHP For Beginners, Ep 27 - Introduction to Form Validation

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

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.

zachfox
Автор

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

semikolondev
Автор

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

TylerTheDestroyer
Автор

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.

vincentbeaulieu
Автор

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.

Operaatoors
Автор

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

Egyptiano
Автор

Hi,

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

jediampm