- Create a registration, login, logout and forgot password functionality using PHP and MySQL. No frameworks are used in this project, just plain PHP and MySQL
- The code in each video is clearly explained
- Protect your login page against brute force attacks by limiting the number of attempts. If greater than a certain number than block the user using the database not sessions and also unblock the user
- By following this course you will be able to grasp the concept of building and securing database driven Web applications
- Activate account upon registration by emailling a link to the user and clicking on an activation link
- Learn to protect data against SQL injection by using prepared statements
- Protect data against header injection attacks
- Protect data with server side validation by using regular expressions and built-in PHP filters
- Email the user using phpmailer and Gmail
- Protect your forms with a captcha to protect against spam
- Protect forms with Cross Site Request Forgery(CSRF) tokens
- Create a logout page
- Create a forgot password page and allow the user to change the password
This course is for beginner and intermediate level PHP programmer as the code in each video is crearly explained.
If you really like PHP then this course is for you!