PHP For Beginners, Ep 27 - Introduction to Form Validation

PHP For Beginners, Ep 27 - Introduction to Form Validation

Laracasts

1 год назад

10,047 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

ItAllStartedAsaDream
ItAllStartedAsaDream - 21.12.2022 01:53

loving the series

Ответить
NetRunner
NetRunner - 14.12.2022 02:10

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

Ответить
jediampm
jediampm - 12.12.2022 22:01

Hi,

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

Ответить
Roberts Rožkalns
Roberts Rožkalns - 10.12.2022 20:31

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.

Ответить
Фанат
Фанат - 10.12.2022 10:07

Super nice, please continue.

Ответить
zach fox
zach fox - 10.12.2022 06:25

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.

Ответить
Egyptiano200
Egyptiano200 - 10.12.2022 01:55

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

Ответить
SK Tareen
SK Tareen - 10.12.2022 01:18

Very Usefull Thanks

Ответить
Raf P
Raf P - 09.12.2022 23:27

Fantastic lesson. Thank you Jeffrey.

Ответить
Vincent Beaulieu
Vincent Beaulieu - 09.12.2022 22:42

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.

Ответить