Address autocomplete using Google map api with latitude and longitude

Sometimes we have to fill out the user form with the address and it's time consuming. We can save some time using Google Map API service. Place autocomplete is an…

Read More

Easy and simple way to add CSRF protection in you website

Cross-Site Request Forgery (CSRF) is a web security vulnerability attack that occurs when a malicious website or program causes a user's web browser to perform an unwanted action on a…

Read More

PDO Wrapper Class

When it comes to database operations in PHP, PDO provides a lot of advantages. PDO is a database access tool in PHP that enables uniform access across multiple databases, Error…

Read More