Browsing Tag
PHP
In this post, we will discuss Google Map API - Geo Location using Address in PHP. In the given code snippet, we are creating a simple PHP function which receiving only one parameter. And this parameter contains the complete address, that…
Unique Alphanumeric String in PHP
In this article, we will discuss how to create a unique alphanumeric string in PHP. We are creating a PHP function which creates a unique string contains letter and number (alphanumeric) with the character limit. These kinds of unique…
Create Custom Dropdown Server Side Filter in Datatables
In this article, we will discuss how to create a custom dropdown server-side filter in datatable. I'm assuming you are familiar with the basic of the Datatables and Laravel Ajax. The server-side custom filter helps us to create the filter…
Laravel CSRF Protection
In this article, we will discuss Laravel CSRF Protection. As we know, Laravel provides rich security features for a complete web application.
Let's start the Laravel CSRF Protection in brief.
Laravel provides the easy way to protect the…
Setup Virtual Host in Windows with Xampp Server
In this article, we are discussing Setup Virtual Host in windows on xampp server. You must be aware of XAMPP Server before this tutorial implementation. XAMPP is a cross-platform open-source web server bundle. Anyone, who is new to the…