Login and Registration Form in PHP and MySQL

Login and Registration Form in PHP and MySQL

AUZ Tutorials

1 год назад

287,903 Просмотров

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


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

AUZ Tutorials
AUZ Tutorials - 09.11.2022 16:35

Please use type password for the "Repeat Password" field. Somehow I forgot to mention it 🙂

Ответить
Rhapsody Entrina
Rhapsody Entrina - 23.09.2023 05:44

thank you so much

Ответить
vibhxs19
vibhxs19 - 19.09.2023 10:24

jaamp

Ответить
Be Happy
Be Happy - 09.09.2023 06:42

$user= mysqli_fetch_array($result,MYSQLI_ASSOC);
if($user){
if(password_verify($password, $user["password"])){
header("Location:index.php");
die();
}

doesn't work ....even though I put correct password, it always shows 'password does not match".. plz point it out

Ответить
Sprinter
Sprinter - 07.09.2023 07:45

Explained all the details and examples step by step.
Thank you

Ответить
K ugita
K ugita - 06.09.2023 19:33

thank you so much! very well explained in detail tutorial! keep up the good work!

Ответить
GK Pedia
GK Pedia - 27.08.2023 19:44

I'm so happy you are here for us to guide php Jazak Allah Kher Allah bless you

Ответить
jake2001
jake2001 - 27.08.2023 16:28

Thank you very much! I watched the whole video and you explained it very well as well.

Ответить
DreaMaster
DreaMaster - 23.08.2023 08:42

THIS IS VERY INFORMATIVE VIDEO THANK YOU SO MUCH SIR FOR UPLOADING THIS

Ответить
hidaia saidi
hidaia saidi - 17.08.2023 16:24

if you have the erorr "encought" delete xampp and visual studio code and download it again

Ответить
adel saidani
adel saidani - 14.08.2023 03:00

please can you add "forgot password"?

Ответить
Aditya More
Aditya More - 11.08.2023 16:27

I am facing this error

Fatal error: Uncaught mysqli_sql_exception: Table 'login-register.users' doesn't exist in C:\xampp\htdocs\Tathastu-Tailor\registration.php:44 Stack trace: #0 C:\xampp\htdocs\Tathastu-Tailor\registration.php(44): mysqli_stmt_prepare(Object(mysqli_stmt), 'INSERT INTO use...') #1 {main} thrown in C:\xampp\htdocs\Tathastu-Tailor\registration.php on line 44

Ответить
Joshua Ruen Malinao
Joshua Ruen Malinao - 10.08.2023 09:03

Warning: Undefined variable $conn in C:\xampp\htdocs\login-register\registration.php on line 38

Fatal error: Uncaught TypeError: mysqli_query(): Argument #1 ($mysql) must be of type mysqli, null given in C:\xampp\htdocs\login-register\registration.php:38 Stack trace: #0 C:\xampp\htdocs\login-register\registration.php(38): mysqli_query(NULL, 'SELECT * FROM u...') #1 {main} thrown in C:\xampp\htdocs\login-register\registration.php on line 38

Ответить
Oceanic_Lost _815
Oceanic_Lost _815 - 04.08.2023 16:32

Hello brother, in my code, for the login page. I keep getting an error message saying invalid password but password is not invalid, it's the password_verify function in login page. Trying to find what happened but I am unable to see what it is. It says Invalid password after echo...

Ответить
Prosper
Prosper - 03.08.2023 05:45

Thank you for this tuturial, exactly what I wanted.

Ответить
Raushan Yadav
Raushan Yadav - 01.08.2023 07:50

Golden 56 minutes ❤😊

Ответить
misery topskiy gg
misery topskiy gg - 31.07.2023 20:34

Thank you for this very good and thorough tutorial!

Ответить
alireza gerami
alireza gerami - 19.07.2023 16:51

hello, do you know about this error Mysqli_constructor , actually when i create a bridge connection encounter with this message..my code is correct and i change my port number but i did not solve it.

Ответить
SportHQ
SportHQ - 17.07.2023 18:40

hello man is there a way i can contact you for help in a specific area, this video is also very good thank you for providing the world with this knowledge.

Ответить
filehouse24
filehouse24 - 16.07.2023 21:09

thank you brother

Ответить
SigmaMindset
SigmaMindset - 15.07.2023 22:18

nice tutorial

Ответить
Alrisky L
Alrisky L - 14.07.2023 13:52

can i upload this type of login and registration to something like replit? and how do you make a home page after logging in?
sorry for bad english im newbie at web developing

Ответить
Rabbit Games
Rabbit Games - 08.07.2023 08:01

Where it says "INSERT INTO", why do some values (like password) turn blue while the others (full_name, email) are not? Thanks!

Ответить
Ali Toudji
Ali Toudji - 06.07.2023 00:00

haw you run the code

Ответить
Soo Hong
Soo Hong - 05.07.2023 18:01

This tutorial legit is a life saver would recommend and keep up the work man 👍

Ответить
Preetha Vishvalingam
Preetha Vishvalingam - 03.07.2023 06:45

thank you so much its work well

Ответить
Bala Kumar
Bala Kumar - 01.07.2023 06:44

hello bro , i have try to add the image in the background how many time i try i won't change . i same as yours code i can't change the background.

Ответить
Chris Mpa
Chris Mpa - 18.06.2023 19:19

I appreciate you and this video so much. Please can someone keep in touch for mentorship/guidance when necessary ? Please 🙏

Ответить
Bhaskar J dutta
Bhaskar J dutta - 18.06.2023 15:25

can you give the database.sql file in your source code

Ответить
Farash Animza
Farash Animza - 18.06.2023 00:32

Hi, thank you for this amazing tutorial. I have been facing an issue, like when im putting <?php
session_start();
if (!isset($_SESSION["user"])) {
header("Location: student.php");
}
?> in my login.php file, and then I reload the page, I get an error that says "This page isn’t working right nowlocalhost redirected you too many times.
To fix this issue, try clearing your cookies." I have cleared cookies but Im still facing the same problem. I would highly appreciate if you could help me.

Ответить
chinonso amos
chinonso amos - 15.06.2023 05:18

Nice video
Please Sir I don't know how to include phpmailer in the script.
Please help to include phpmailer please sir 🙏🙏

Ответить
Worsts Nights Stories
Worsts Nights Stories - 12.06.2023 15:23

At least your doing a great job other tutorials are full of errors

Ответить
Lien
Lien - 12.06.2023 10:43

you are amazing bro! thankyou alot!

Ответить
Dipesh Gohil
Dipesh Gohil - 11.06.2023 21:32

Thanks, this was extremely helpful to get started in my project

Ответить
Wan Jaya
Wan Jaya - 07.06.2023 16:45

Hello, i have a problem with the source code
It keeps says email doesnt match even i have registered the same email

Ответить
Zane
Zane - 05.06.2023 13:27

Thank you for this source code, it helps to my Project this College days.

Ответить
Gerald Era
Gerald Era - 02.06.2023 09:00

Thank you sir

Ответить
Aniket Raj
Aniket Raj - 29.05.2023 20:52

I got this video when I needed it the most... Thank you so much for such explanation. 🙂 It was too good. Keep growing.

Ответить
Chiyo's pigtails
Chiyo's pigtails - 25.05.2023 23:38

Onek sundor detailed video

Ответить
shradha madnaik
shradha madnaik - 24.05.2023 11:09

Hello sir I have error

Ответить
nimna media
nimna media - 18.05.2023 21:59

Thank You so mutch sir...!

Ответить
小督與我的日常
小督與我的日常 - 15.05.2023 00:47

Thank uuuuuuu🫡🫡🫡🫡

Ответить
بلال نيوترون
بلال نيوترون - 14.05.2023 03:33

Great tutorial bro. Keep it up :)

Ответить
grecki
grecki - 14.05.2023 00:22

can u tell my why when i click register, this file is downloading =



$username = $_POST['username'];
$email = $_POST['email']
$password = $_POST['password'];


?>

Ответить
Nhật Huy
Nhật Huy - 13.05.2023 09:34

Thank you very much !!!!

Ответить
BMF_ONLINE EDU
BMF_ONLINE EDU - 09.05.2023 15:53

this is fantastic!!!! something i had been searching for.

Ответить
USA Ball
USA Ball - 09.05.2023 08:58

Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in C:\Users\HP\Downloads\SE Project\login2\database.php:6 Stack trace: #0 C:\Users\HP\Downloads\SE Project\login2\registration.php(39): require_once() #1 {main} thrown in C:\Users\HP\Downloads\SE Project\login2\database.php on line 6.

I'm getting this error. Please look into it, and tell me what's wrong

Ответить