Part 2 : kzbin.info/www/bejne/hJW1iHuLartogdEsi=KxNwbzbPuMTqkSUa
@GamingParadise3211 ай бұрын
really helped me i had problem from signup and login tutorials to use hash password now solved thx mam
@techcoffeebreak11 ай бұрын
Glad to hear it ! Please share it with your friends 😊
@GamingParadise3211 ай бұрын
@@techcoffeebreak can u upload change password mechanism on signup
@GamingParadise3210 ай бұрын
please provide forgotten password tutorial @@techcoffeebreak
@Er.Rohit5862011 ай бұрын
This has really helped me. Thank you for the tutorial
@djprabash816610 ай бұрын
ub ponnaya
@100MANHE10 ай бұрын
you are a genius in coding i wanna know if you have website you created because i like your lecturer madam
@kahaninetwork3611 ай бұрын
My data is not store in MySQL , what do I do😕
@VinayakMarikatti7 ай бұрын
do we need to add signup ,user and users tables in db database?
@ampasohumaida14417 ай бұрын
Same2
@c4rp3v1num9 ай бұрын
Any clue why I am getting a FATAL ERROR instead of "DATABASE CONNECTION FAILED" when I change the database name to something incorrect?
@rajaraopedini7 ай бұрын
Same same
@nerd619911 ай бұрын
Thanx for this concise and clean explanation with code
@techcoffeebreak11 ай бұрын
Glad you liked it
@KatnixGamer6 ай бұрын
What should be written in signup data bade
@yusufguven19199 ай бұрын
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
@hror49 ай бұрын
include the connection.php to the signup.php
@andrewrai17238 ай бұрын
Your table name is wrong that is what the error is saying
@rahulsonkar4908Ай бұрын
include the connection.php to the signup.php
@ليلىمحمد-ح9ن5 ай бұрын
how to connect this index.php page with home html page?
@vaishnavibhusare24415 ай бұрын
Which file is import on php myadmin database
@pratimroychowdhury97256 ай бұрын
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.23188 ай бұрын
Mam please tell me why my login/signup files start download when i put them in href and how i solve this problem
@jeevan14095 ай бұрын
This video is really helpful. Thank you so much
@akshaysinghs21248 ай бұрын
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..
@c4rp3v1num9 ай бұрын
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-yy3ho6 ай бұрын
mai chahta hu jis user ne register kiya hai wah login karke ab apne profile par record insert kare...kaise hoga..
@AISMOOTHIEPH9911 ай бұрын
how can i move the login form to the right side?
@DavidHarrison-rf2db11 ай бұрын
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?
@techcoffeebreak11 ай бұрын
Table name is users and check the connection file where $conn variable is defined check the code and the spellings
@thomasukuttybenny80588 ай бұрын
thank u ma'am so helpful
@c4rp3v1num9 ай бұрын
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."); '; }
@firefoxcrazy10 ай бұрын
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!
@djprabash816610 ай бұрын
puka diyan kariya
@komalgunjal67186 ай бұрын
Plz explain css file
@HassanKhan-ju3rf9 ай бұрын
besttt😘😘😘😘
@fatimanaim-b9u6 ай бұрын
perfectt and amazing! thank u smm
@yashshankartiwary34011 ай бұрын
Thank you 🎉
@techcoffeebreak11 ай бұрын
Most welcome ❤
@AISMOOTHIEPH9911 ай бұрын
can you show the database? 7:11
@techcoffeebreak11 ай бұрын
6:07 here starts the creation of database and follow the steps Watch kzbin.info/www/bejne/p4mqgZ-Dr9OikLcsi=tHkNR9OJ5r3y4bwj for clarity
@AvinashsinghPatel-r6n10 ай бұрын
hey madam plz help me in my project work, please become my mentor
@China_SquareKenya11 ай бұрын
Source code kindly
@techcoffeebreak11 ай бұрын
Sure, Link added in the description
@China_SquareKenya11 ай бұрын
works perfectly it's helping thanks
@magicaljourney218310 ай бұрын
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!!!!
@AISMOOTHIEPH998 ай бұрын
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
@rasendra00411 ай бұрын
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
@techcoffeebreak11 ай бұрын
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