Very inconsistent. In the previous video you used a $confirm_password variable with the input field on the registration form "Confirm Password." As you move forward, the $confirm_password was never seen or heard from again. If your video's are inconsistent, I will assume your $10 code will be inconsistent as well. That is all I kept thinking during this video was were was this variable go!? I know it is used to compare that the passwords match, but it is not done, and the confirm password field in the registration.php just vanished? Store passwords in plain text is just plain wrong as they should be stored in the database after hashing with password_hash function then written to the database. I can only view this as a fundamental practice session which is not useable on any website and this should be stated somewhere as a 5 part video session is a waste of a beginners time and could be better spent learning how to really do this process the proper way. Otherwise, this is cute. I am also sorry to say that selling a section of copied code from bootstrap.com I am sure is unethical. 🤑
Limit is to select only one. Assuming you select with limit 10. If 50 rows exist. Only the first or last 10 will be listed depending on order by asc or desc
@@fundaofwebit ok, fixed it. But now it doesn't want to send the email. It shows an error from PHPMailer.php on line 2265 which is - throw new Exception($this->land('authenticate')); and says it could not authenticate
Thank you for your tutorial.But I have a problem with AJAX that when I register successfully but still not receive email. Can you suggest me to add AJAX to this Tutorial.
composer is not working its show me arror composer : The term 'composer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + composer require phpmailer/phpmailer + ~~~~~~~~ + CategoryInfo : ObjectNotFound: (composer:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Is the issue related to Gmail not accepting your password? If so, then you probably need to use the 3rd party app feature that gives a password for your app to use before Gmail will allow messages to be sent.
My man recorded this at midnight, what a legend thanks for the playlist, amazing!
I hope you have no problem after trying this out🤔🤔?
Best video on TH-cam for email verification.. Thank you so much sir
Thank you. Keep supporting.
thank you funda of web IT
Uncaught TypeError: mysqli_num_rows(): Argument #1 ($result) must be of type mysqli_result, bool given in
im getting this error , please help
sir do u have video to compose the terminal to get phpmailer json and lock?
Mine is not working what can I do
where is status that u used in $_session??
My emails are not getting through because they are being blocked by gmail
Help
the database(xampp) part not shown on how to create each field :(
sir make this series with laravel 8 also
Sir sorry to disturb but my browser is showing call to a member function From() on string
Ótimo vídeo parabéns 👏.
Thank you.
Very inconsistent. In the previous video you used a $confirm_password variable with the input field on the registration form "Confirm Password." As you move forward, the $confirm_password was never seen or heard from again. If your video's are inconsistent, I will assume your $10 code will be inconsistent as well. That is all I kept thinking during this video was were was this variable go!? I know it is used to compare that the passwords match, but it is not done, and the confirm password field in the registration.php just vanished? Store passwords in plain text is just plain wrong as they should be stored in the database after hashing with password_hash function then written to the database. I can only view this as a fundamental practice session which is not useable on any website and this should be stated somewhere as a 5 part video session is a waste of a beginners time and could be better spent learning how to really do this process the proper way. Otherwise, this is cute. I am also sorry to say that selling a section of copied code from bootstrap.com I am sure is unethical. 🤑
where is the part when you create the database?
Ho visto i tuoi video su come creare login e register, però non trovo come aggiungere i controlli di validazione del form. Puoi inviarmi link?
Sir can you provide documentation?
Bro it isn't working. Smtp error can't connect to smtp host and many other errors.
Please what can I do?
Bro please reply.
I hope you teach me how to get phpmailer in this tutorial??
When I click on register now, after filling all the details the page displays nothing. echo text is not showing( "sent or not?")
are you find any solution?
\
Sir please what is meaning of LIMIT 1 in sql sqntax
Limit is to select only one.
Assuming you select with limit 10. If 50 rows exist. Only the first or last 10 will be listed depending on order by asc or desc
@@adeyinkaibraheem851 Thanks bro!
How to download phpmyadmin and how to create a table value @3:10
Nice video. Thank you.
Please help us the error in the composer files
I hope I can send in form of OTP to users that just signup on my website??
Yes. It's same concept.
The compose command in the terminal doesn't work. It says it doesn't recognize it. I Installed composer and and it still doesn't work
Once restart the system and then open terminal and type composer -v to check composer is installed and it's version too.
@@fundaofwebit ok, fixed it. But now it doesn't want to send the email. It shows an error from PHPMailer.php on line 2265 which is - throw new Exception($this->land('authenticate')); and says it could not authenticate
Thank you for your tutorial.But I have a problem with AJAX that when I register successfully but still not receive email. Can you suggest me to add AJAX to this Tutorial.
yes ...I also didn't receive email
I am getting 500 error what can I do sir
How can u resolve this..
I faced as well
Thanks for your tutorial. If publish oop php series tutorial. It will help to learning myself. Thanks.
Will begin sooner with the PHP OOP concepts tutorials.
Thank you. Keep supporting.
Fatal error: Uncaught PHPMailer\PHPMailer\Exception: SMTP Error: Could not authenticate. What to do for this sir
???
same error HAHAHA pota
th-cam.com/video/_sRQX_9C9l8/w-d-xo.html
composer is not working
its show me arror
composer : The term 'composer' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if
a path was included, verify that the path is correct and try again.
At line:1 char:1
+ composer require phpmailer/phpmailer
+ ~~~~~~~~
+ CategoryInfo : ObjectNotFound: (composer:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Just download the composer from browser and install on your system.
And continue it
just restart it worked for me
need help, why doesn't it send an email, sir? please, respond.
To send email : you have to create a gmail app password and paste the gmail_id & app_password.
See the post: how to create gmail app password
@@fundaofwebit thank you! but in which part of the code should i paste this, sir?
@@vivianenggona581 as shown in video, code.php file at 12:09
@@fundaofwebit I did what you said clearly and it just turns to white after pressing 'Register Now' button🥺
i can't install phpmailer in visual studio code
can't install composer
How to use php my admin
Sir source code
Its not working now
Is the issue related to Gmail not accepting your password? If so, then you probably need to use the 3rd party app feature that gives a password for your app to use before Gmail will allow messages to be sent.