You can pass as many values as you want with a single radio button. In this article, we will see how to pass two values from a radio button when clicked.
Tag: HTML

WordPress customization is always been interested for the web developers. In this article we will learn how to create a custom menu and fetch it in our website. I have written the code in such a way that you can fetch both Parent and their children menu items.

When we have a long web page, it is recommended to create a scroll to the top button. This button is normally placed at the right bottom corner of the website. When a user clicks it, it will take the user to the top of the page with a scroll.

When you work on projects you will have to create a progress timer bar to make UX (user-experience) better. For longer actions, we can introduce a progress bar that will not only show the current progress to users but also let them wait until the action is completed. In this article, we will see how to create a progress timer bar using Bootstrap and jQuery.

Integrate posts dynamically from a WordPress website to another (WordPress or Non-WordPress) website when Gutenberg is enabled.

Integrate posts dynamically from a WordPress website to another (WordPress or Non-WordPress) website.

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.

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 new a domain.

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.