Tagged: Validation

Input validation in React - Clue Mediator

Input validation in React

In this article, we will show you how to add the validation for form input in React. Here, you will learn how to create a common Input component in React...

How to validate password strength in PHP - Clue Mediator

How to validate password strength in PHP

Today, we’ll explain to you how to validate password strength in PHP. It is very useful to check that the password is strong which protects the user accounts and prevents...

Form Validation using jQuery in PHP - Clue Mediator

Form Validation using jQuery in PHP

Today we’ll show you how to implement form validation using jQuery in PHP. Moreover we will show you how to insert it into the MySQL database. There are two types...

Validate Image Content in ReactJS - Clue Mediator

Validate Image Content in ReactJS

Today we will show you how to validate image content in ReactJS. When we are working with the image upload functionality then we also need to implement the validation for...

Form Validation in ReactJS - Clue Mediator

Form Validation in ReactJS

Form validation is one of the most important parts of the software application. Today we will show you how to create form and validate it in ReactJS. Form Validation in...