PHP Form Handling - Step-by-Step Tutorial

preview_player
Показать описание
In this video, we'll create a simple travel booking form, which shows you how to handle HTML forms using PHP. Learn the basics of GET and POST requests, basic input validation using built-in functions, output escaping, saving to database by following this practical guide.

---------------------------------------

Server providers:
-------------------------------------------------------------

Disclaimer:

This video is based on my personal experiences and knowledge. There is no guarantee that the information shared is 100% accurate.

Disclosure:

This video and its description may contain affiliate links, which can earn us commission if someone purchases products using those links.
Рекомендации по теме
Комментарии
Автор

Thank you very much for this very good tutorial. I'm not a programmer, but I'm learning something new. Thank you!

jente
Автор

glad to find your channel, perfect raw php tutorials! liked & subscribed for more raw php projects! Thank you!

basilistigris
Автор

The options shortcut option*6 is not working for me, is there any specific extension for that?

abhinavprasad
Автор

At 28:49, why can't you just use htmlspecialchars() instead of htmlentities()? If your webpage is using the UTF-8 encoding, we shouldn't have to worry about encoding every possible character that has an html character entity equivalent.

keemkorn
Автор

For future reference, it's recommended to use something like bin2hex(random_bytes(32)); for ensuring a truly non-predictable, entropic, and unique token.

keemkorn
join shbcf.ru