Apply jQuery Datepicker on Dynamically Added Input Fields


In this tutorial, I will show you how to apply jQuery datepicker on dynamically added input fields.
jQuery UI is a very useful library, we use it when we need to display datepicker calendar in our HTML form fields.

0 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

How to Implement Custom CSRF Token in PHP


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.

2 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Laravel Bootstrap Auth Scaffolding with Email Confirmation


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.

0 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

How to Auto Select Visitors Country using IP Address in PHP


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.

0 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks