Is there a way that we can see the live email check without clicking the submit button and if it shows email already exist you cannot click the submit button
This can be handle using jquery ajax on keyUp function where you send ajax request and check email exists, then disable the button in success response as per the condition.
I dont know what happened to mine. I swear I followed the tutorial and now I'm rewatching the whole thing again. The only message I'm getting is 'Something went wrong' and nothing else....
thank you for the reply, really appreciate it. actually what i did is i made a new registercode php file. for idk what reason, there's a problem with the previous file. thank you so much for this tutorial btw, i'm learning a lot!
Wow sir you're the best teacher to see in all my life
thanks for these tutorial series, ive learnt alot in 1 day
Good sir
Thank uuu 😭😭😭
Done, Sir
19:33 it didnt work for me, i get the message error and i didnt get redirected on login.php ...
im alse facing the same issue
lets see your code
hey when I added same datta in registration the out put was coming th password and confirm password is not same
even I have added same password and confirm password
plzz reply me I am facing this problem
same issue with me, it didn't work. i repeat it many times. I got error in message.php
Is there a way that we can see the live email check without clicking the submit button and if it shows email already exist you cannot click the submit button
This can be handle using jquery ajax on keyUp function where you send ajax request and check email exists, then disable the button in success response as per the condition.
@@fundaofwebit Thanks Sir ❤️
@@fundaofwebit please the message isn't showing in mine, only hey! Is being displayed
I dont know what happened to mine. I swear I followed the tutorial and now I'm rewatching the whole thing again. The only message I'm getting is 'Something went wrong' and nothing else....
Comment the if else condition and it will display you the error what you are facing.
thank you for the reply, really appreciate it. actually what i did is i made a new registercode php file. for idk what reason, there's a problem with the previous file.
thank you so much for this tutorial btw, i'm learning a lot!
@@bbiyongz sry which exactly condition did u comment? i have exact error
Label 'header' already defined in C:\xampp\htdocs\Admin
egistercode.php on line 32
how to resolve this problem
user function try{
}catch(Exception $e){
header("Location: ....");
Sir I have face parse error
Getting This Error
mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given
The message isn't displaying, it's showing only hey!
Found the issue
Check the session variable name is correct and in both pages session_start() shld be done.
@@fundaofwebit Thanks. Issue already settled. I missed the equal to symbol in this part of the message.php page.
Fatal error: Uncaught Error: Call to undefined function msqli_real_escape_string()
Spelling mistake: mysqli
Eg: mysqli_real_escape_string() function.