Javed Ur Rehman is a passionate blogger and web developer, he loves to share web development tutorials and blogging tips. He usually writes about HTML, CSS, JavaScript, Jquery, Ajax, PHP and MySQL.
In this tutorial, I will show you how to implement custom CSRF token in PHP. CSRF stands for Cross-Site Request Forgery, it is a type of attack on application in which hacker submit form on another website from malicious site using HTML form action attribute.
Laravel UI package helps to create a bootstrap auth scaffolding in Laravel application which automatically creates a complete user registration form, email confirmation process, login form, dashboard screen, logout form and reset password form.
In this tutorial, I will show you how to auto select visitors country using IP address in PHP. When developing web application, you may need to automatically select your visitor’s country using PHP.