PHP registration form & validation | PHP for Beginners - Part 14

preview_player
Показать описание
In this particular video you will see how to submit form data securely using POST method.
How to get submitted data and operate on it.
We will create registration form, submit it with post method, run validations in PHP, if the validation is not successful we will show validation errors.

----------------------------------------------------------
PHP Course for absolute beginners.
This is 5 hours PHP Course and in this course you will learn all the basics you need in PHP.
This is good starting point if you want to learn PHP in 2020.
In this course we will learn how to work with file system and build Todo App using PHP.
We will learn how to work with Mysql and create Mysql Notes Application.
We will learn how to work with forms and create registration form and implement validation.
We will learn basics of Object Oriented Programming and much more.

We will start with very basics and cover: What is PHP? Why we should learn?
Then we will install working environment and start writing code in PHPStorm.

Download Links
-----------------------------------

Useful links
------------------------------------

Check my Github:

Follow me on social media:
Рекомендации по теме
Комментарии
Автор

Keep the good work going sir... u deserve oscar !!! :D :)

ankitsuthar
Автор

(14:30) i want to show in var_dump error massage. could you give me source code. what can i do if i show error massage in simple register form.

learner
Автор

Sending sensitive data with POST is not safe, unless the call is an https call and not an http one.

neuromancer
Автор

I have problems with "Recovery Password", so can you post one video how to make Password recovery code?

irakliberidze