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.
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
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.