Complete Login and Registration / SignUp Form using PHP MySQL | Xampp

  Рет қаралды 32,248

Tech Coffee Break

Tech Coffee Break

Күн бұрын

Пікірлер: 55
@techcoffeebreak
@techcoffeebreak 11 ай бұрын
Part 2 : kzbin.info/www/bejne/hJW1iHuLartogdEsi=KxNwbzbPuMTqkSUa
@GamingParadise32
@GamingParadise32 11 ай бұрын
really helped me i had problem from signup and login tutorials to use hash password now solved thx mam
@techcoffeebreak
@techcoffeebreak 11 ай бұрын
Glad to hear it ! Please share it with your friends 😊
@GamingParadise32
@GamingParadise32 11 ай бұрын
@@techcoffeebreak can u upload change password mechanism on signup
@GamingParadise32
@GamingParadise32 10 ай бұрын
please provide forgotten password tutorial @@techcoffeebreak
@Er.Rohit58620
@Er.Rohit58620 11 ай бұрын
This has really helped me. Thank you for the tutorial
@djprabash8166
@djprabash8166 10 ай бұрын
ub ponnaya
@100MANHE
@100MANHE 10 ай бұрын
you are a genius in coding i wanna know if you have website you created because i like your lecturer madam
@kahaninetwork36
@kahaninetwork36 11 ай бұрын
My data is not store in MySQL , what do I do😕
@VinayakMarikatti
@VinayakMarikatti 7 ай бұрын
do we need to add signup ,user and users tables in db database?
@ampasohumaida1441
@ampasohumaida1441 7 ай бұрын
Same2
@c4rp3v1num
@c4rp3v1num 9 ай бұрын
Any clue why I am getting a FATAL ERROR instead of "DATABASE CONNECTION FAILED" when I change the database name to something incorrect?
@rajaraopedini
@rajaraopedini 7 ай бұрын
Same same
@nerd6199
@nerd6199 11 ай бұрын
Thanx for this concise and clean explanation with code
@techcoffeebreak
@techcoffeebreak 11 ай бұрын
Glad you liked it
@KatnixGamer
@KatnixGamer 6 ай бұрын
What should be written in signup data bade
@yusufguven1919
@yusufguven1919 9 ай бұрын
Fatal error: Uncaught mysqli_sql_exception: Table 'db.signup' doesn't exist in C:\xampp\htdocs\Projeler\signup.php:16 Stack trace: #0 C:\xampp\htdocs\Projeler\signup.php(16): mysqli_query(Object(mysqli), 'select * from s...') #1 {main} thrown in C:\xampp\htdocs\Projeler\signup.php on line 16
@hror4
@hror4 9 ай бұрын
include the connection.php to the signup.php
@andrewrai1723
@andrewrai1723 8 ай бұрын
Your table name is wrong that is what the error is saying
@rahulsonkar4908
@rahulsonkar4908 Ай бұрын
include the connection.php to the signup.php
@ليلىمحمد-ح9ن
@ليلىمحمد-ح9ن 5 ай бұрын
how to connect this index.php page with home html page?
@vaishnavibhusare2441
@vaishnavibhusare2441 5 ай бұрын
Which file is import on php myadmin database
@pratimroychowdhury9725
@pratimroychowdhury9725 6 ай бұрын
Hi, Good evening. Hope this message finds you well and safe. Actually, I just wanted to know, how can I merge this piece of code in a CRUD operation? It would be great if you could help me out.. Thank you!
@akashs.2318
@akashs.2318 8 ай бұрын
Mam please tell me why my login/signup files start download when i put them in href and how i solve this problem
@jeevan1409
@jeevan1409 5 ай бұрын
This video is really helpful. Thank you so much
@akshaysinghs2124
@akshaysinghs2124 8 ай бұрын
Ma'am @28:38 how can i change the user already exists to some different user as.. because due to user already exists..i am directly send to index.php file..
@c4rp3v1num
@c4rp3v1num 9 ай бұрын
I am unable to get the background image to appear in the body of any page using the CSS that you provided. I have a 'background.jpg' image located in 'img' folder: body { background: url("img/background.jpg"); background-repeat: no-repeat; background-size: cover; width: 100vw; height: 100vh; }
@AmitKumar-yy3ho
@AmitKumar-yy3ho 6 ай бұрын
mai chahta hu jis user ne register kiya hai wah login karke ab apne profile par record insert kare...kaise hoga..
@AISMOOTHIEPH99
@AISMOOTHIEPH99 11 ай бұрын
how can i move the login form to the right side?
@DavidHarrison-rf2db
@DavidHarrison-rf2db 11 ай бұрын
What is the sign up table in your database at 7.00. I keep getting an error that $conn is an undefined variable in all of my scripts. Do you know how to fix this?
@techcoffeebreak
@techcoffeebreak 11 ай бұрын
Table name is users and check the connection file where $conn variable is defined check the code and the spellings
@thomasukuttybenny8058
@thomasukuttybenny8058 8 ай бұрын
thank u ma'am so helpful
@c4rp3v1num
@c4rp3v1num 9 ай бұрын
For the error handling in the login.php file I suggest the following code below, as your code does not take into account incorrect password error handling: if($row) { if(password_verify($password, $row["password"])) { header("Location: welcome.php"); } else { echo ' window.location.href="login.php"; alert("Incorrect password."); '; } } else { echo ' window.location.href="login.php"; alert("Invalid username or email."); '; }
@firefoxcrazy
@firefoxcrazy 10 ай бұрын
Hello! thanks for your videos! I replicated the video step by step, but when I get to about minute 41.30, on the login page I get this Warning: Undefined array key "user" in C:\xampp\htdocs\loginsignup\login.php Warning: Undefined array key "pass" in C:\xampp\docs\loginsignup\login.php and I get the warning script "invalid......" . I click several times to get it off but it stays until the page reloads...can you help me???Thanks!
@djprabash8166
@djprabash8166 10 ай бұрын
puka diyan kariya
@komalgunjal6718
@komalgunjal6718 6 ай бұрын
Plz explain css file
@HassanKhan-ju3rf
@HassanKhan-ju3rf 9 ай бұрын
besttt😘😘😘😘
@fatimanaim-b9u
@fatimanaim-b9u 6 ай бұрын
perfectt and amazing! thank u smm
@yashshankartiwary340
@yashshankartiwary340 11 ай бұрын
Thank you 🎉
@techcoffeebreak
@techcoffeebreak 11 ай бұрын
Most welcome ❤
@AISMOOTHIEPH99
@AISMOOTHIEPH99 11 ай бұрын
can you show the database? 7:11
@techcoffeebreak
@techcoffeebreak 11 ай бұрын
6:07 here starts the creation of database and follow the steps Watch kzbin.info/www/bejne/p4mqgZ-Dr9OikLcsi=tHkNR9OJ5r3y4bwj for clarity
@AvinashsinghPatel-r6n
@AvinashsinghPatel-r6n 10 ай бұрын
hey madam plz help me in my project work, please become my mentor
@China_SquareKenya
@China_SquareKenya 11 ай бұрын
Source code kindly
@techcoffeebreak
@techcoffeebreak 11 ай бұрын
Sure, Link added in the description
@China_SquareKenya
@China_SquareKenya 11 ай бұрын
works perfectly it's helping thanks
@magicaljourney2183
@magicaljourney2183 10 ай бұрын
Fatal error: Uncaught mysqli_sql_exception: Duplicate entry '0' for key 'PRIMARY' in C:\p\htdocs\health\signup.php:27 Stack trace: #0 C:\p\htdocs\health\signup.php(27): mysqli_query(Object(mysqli), 'insert into log...') #1 {main} thrown in C:\p\htdocs\health\signup.php on line 27 I AM GETTING THIS ERROR PLZ HELP!!!!
@AISMOOTHIEPH99
@AISMOOTHIEPH99 8 ай бұрын
Fatal error: Uncaught TypeError: mysqli_num_rows(): Argument #1 ($result) must be of type mysqli_result, bool given in C:\xampp\htdocs\signuplogin\signup.php:17 Stack trace: #0 C:\xampp\htdocs\signuplogin\signup.php(17): mysqli_num_rows(false) #1 {main} thrown in C:\xampp\htdocs\signuplogin\signup.php on line 17 how to fix this plss help me
@rasendra004
@rasendra004 11 ай бұрын
Fatal error: Uncaught mysqli_sql_exception: Access denied for user 'root'@'localhost' (using password: NO) in C:\xampp\htdocs\dsw_proj\connection.php:6 Stack trace: #0 C:\xampp\htdocs\dsw_proj\connection.php(6): mysqli->__construct('localhost', 'root', Object(SensitiveParameterValue), 'db') #1 {main} thrown in C:\xampp\htdocs\dsw_proj\connection.php on line 6 it is giving this error while using connection.php with localhost
@techcoffeebreak
@techcoffeebreak 11 ай бұрын
Check the xamp and mysql modules are running or not with the port numbers in xamp control panel. Reset the password and make sure you use the correct server name and password. Search the error in stackoverflow stackoverflow.com/questions/11096045/mysql-said-documentation-1045-access-denied-for-user-rootlocalhost-usi and follow the different steps whichever works For php mysql connection : kzbin.info/www/bejne/p4mqgZ-Dr9OikLcsi=L80lBMkcPqsh4bXE
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН
How Strong is Tin Foil? 💪
00:25
Brianna
Рет қаралды 63 МЛН
Login and Registration Form in PHP and MySQL
56:17
AUZ Tutorials
Рет қаралды 339 М.
How to connect login/signup to database using php and mysql
29:30
ASMR Programming - Animated Login Page - No Talking
18:18
AsmrProg
Рет қаралды 1,7 МЛН
Login & Signup with HTML, CSS, JavaScript (form validation)
32:43
Rate ⭐ This Nokia Hole Phone with...
0:14
Shakeuptech
Рет қаралды 449 М.
Кто-то купил WinRar? #shorts #шортс #новости #факты
0:53
This is Хорошо
Рет қаралды 4,1 МЛН
Лазерная замена стекла iPhone 14 plus
1:00
Mosdisplay
Рет қаралды 2,9 МЛН
Xiaomi or Samsung #colormixing #satisfying #sharkzhan
0:23
Shark Zhan
Рет қаралды 2,7 МЛН