Form with Signature Pad | E-Signature Pad using Jquery UI and PHP

Updated on ... 10th March 2024

in this article, we will create a form and will implement a Signature pad with jquery UI where users can create a digital signature and we will upload the signature image in PNG format. and we will also submit the data into the da...

Read More

CRUD operations with PHP cURL REST API

Updated on ... 10th February 2023

This article has two parts Part A and Part B in the first part we will create REST API for crud operation and in the seconds part we will create a CRUD operation table and form The first part will be uploaded to the live server a...

Read More

Form validation using jQuery Validation Plugin

Updated on ... 10th February 2023

As we know form validation is a headache for developers, But the jQuery validation plugin makes it simple and easy, and it has plenty of customization options. and it has also an option to prevent double form submission as like a...

Read More

What is the cURL in PHP?

Updated on ... 10th February 2023

The PHP cURL stands for ‘Client for URLs’, cURL is a PHP inbuilt library that is the most powerful extension. It allows the user to create the HTTP requests in PHP. Think about API (API works like a mediator between two serve...

Read More

Laravel Installation and changing the welcome page

Updated on ... 22nd February 2023

Laravel is a PHP web application open-source framework created by Taylor Otwell in 2011 and it follows the Model-View-Controller (MVC) architecture like all other modern frameworks, If you are thinking of building a PHP-based we...

Read More

How to Convert numbers or Indian Currency into words in PHP

Updated on ... 10th February 2023

If we are creating an application that deals with financial stuff or billing, then most probably we face a situation where we have to convert numerical value or amount into words.In this article, we will cover this topic by simply...

Read More

How to filter or sanitize numbers from strings in PHP?

Updated on ... 10th February 2023

In this article, we discuss, how to extract or filter out numbers from a string in PHP.There are various ways to do this, some prefer way we are discussing bellowTable of content:Method 1: Using  filter_var() Function. Method 2:...

Read More

Form validation using jquery ajax and PHP, MYSQL.

Updated on ... 10th February 2023

Form validation Either in jquery or PHP or any other language is a process of confirming taking the relevant information from the users through the form. In this article, we will learn how to validate an HTML form using jquery. i...

Read More

Dynamic multi-level dropdown sticky menu in PHP MySQL using bootstrap

Updated on ... 10th February 2023

In this article we will create multilevel dynamic dropdown responsive menu/navigation using PHP, MYSQL, and Bootstrap, we will also use a sinanav jquery plugin more frontend sinanav is a free resource jquery plugin which is suitab...

Read More

Multi Dependent Drop-down List in PHP using jQuery AJAX with Country State and City Example

Updated on ... 10th February 2023

In this article, I am going to create a Dependent Dropdown list where when we change country state will change and when we select state city will change accordingly.Sometimes, We are required to make  pair dependent dropdown, an...

Read More