TAGS : Validation

How to Validate Input Based on Condition in Laravel 10

As a Laravel developer, I've often encountered scenarios where input validation is not a one-size-fits-all solution. Sometimes, you need to apply validation rules based on specific conditions o...

Laravel PHP

How To Validate Radio Button In jQuery

In this article, we will see how to validate the radio button in jquery. Here we will learn about checking at least one radio button from the radio button group. Also, we will use validate.js...

jQuery

How To Validate Checkbox In jQuery

In this article, we will see how to validate checkboxes in jquery. Here we will learn about to check at least one checkbox is checked or not using jquery. In HTML form sometime we have multipl...

jQuery

How To Validate Form In Laravel 9

In this article, we will see how to validate a form in laravel 9. For any incoming data, we need to validate it before storing it in the database. Laravel provides several different appro...

Laravel

Laravel Unique Validation on Update

In this article, we will see laravel unique validation on update. unique validation rule in laravel is used when you want to validate any email id or mobile number. Here, we will see laravel u...

Laravel

How To Validate URL In PHP With Regex

In this article, we will see how to validate URLs in PHP with regular expressions. Also, you can implement it in laravel or PHP. here we will give you an example of validating URL with a regul...

Laravel PHP

Laravel 8 Form Validation Example

In this tutorial we will see laravel 8 form validation example, form validation in laravel is very common functionalities and it is use in each and every website to validate form field.

H...

Laravel

How To Check Password Strength Using JQuery

In this article I will give you example of how to check password strength using jquery, here I will check whether password strength is fulfill min character requirment or not. jquery vali...

PHP jQuery

How To Validate Password And Confirm Password Using JQuery

In this tutorial I will show you how to validate password and confirm password using jquery. Validation is basic and important feature for authenticate user. So, here I will give you exam...

PHP jQuery HTML

How To Check Email Already Exist Or Not In Laravel

In this post we will see how to check email already exist or not in laravel.when user register with duplicate or exist email id at that time it is very difficult to maintain dat...

Laravel PHP jQuery

RECOMMENDED POSTS

FEATURE POSTS