#3 Creating Database & Table | Complete User Registration & Login System Using PHP & Ajax

preview_player
Показать описание
Hello guyz! In this video tutorial I'm showing you how to create database and table in xampp using phpmyadmin, and I have also show you how to submit the form without page refresh using ajax.

I'm developing a complete series of User Registration and login system with remember me & forgot password using bootstrap 4, PHP, Ajax & MySQLi Object Oriented. (Prepared Statement).

If you like my works and my video tutorials then you can donate me some amount. You can donate through these links :



Thanks for watching this video. If you like this video then hit like button, share this video, And Subscribe my Channel. Also like my Facebook page for latest updates.

-~-~~-~~~-~~-~-
Please watch: "#1 Payment Gateway Integration Using PHP (Instamojo) | Introduction Video"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Great tutorial - very clear, very comprehensive. Thanks a lot for this!

yvesrbernard
Автор

In next video I'll show you how to make registration page working using PHP.

DCodeMania
Автор

Hi sir! Very nice video. Can you tell me what this function does? e.preventDefault() and serialize() ? :)

brankoblesicjr.
Автор

excuse me, in index.php, in line 158, action=register, befor action word, what is that?

faezehemmati
Автор

You're doing it wrong. With your code you can submit if only HTML validates it correctly, it ignores jquery.validate validity. So you can submit while the 2 passwords are not the same for example. You should use the submitHandler from jquery.validate

Takio