QR Codes are a popular type of 2 Dimensional bar code and are also known as physical world links. In this article, we will see how to generate a simple QR Code using Google Chart API.
Year: 2021

Detect which submit button is clicked when a form is submitted using PHP.

When you migrate a site from one domain to another it is very important to move your traffic from your older domain to the new domain.
In this article, we will see 5 methods to redirect an old domain to a new domain.

Now a days, it is very important to implement secure an application form CSRF attacks. In this article we will apply CSRF in the php application to prevent CSRF attacks.

WordPress provides 2 options to add data (title and description). If we need more fields we either have to customize it or use hooks. In this article, we will learn how to make custom fields using ACF (Advanced Custom Fields) plugin.

DataTables is a very popular and useful jQuery library to create powerful tables. In this article, we will see how to create date range filters in server-side jQuery dataTables using PHP and AJAX.

There is a case when we want to detect a browser to handle a particular feature in the application.