Form Validation
File Size Validation
A simple tutorial that can really help you in an easy way. In this article, we are going to tackle about File Size Validation. There are many ways to use a validation using other languages like PHP, checking the form elements if it is an empty or not.
But now, we are going to validate the File Size after clicking the button upload. If the file size exceeding the size that we set our script will surely return an alert.
Server Side Form Validation (Registration Form)
Validating a form using a JavaScript gives convenience to your visitors by avoiding page reload and other features that we discuss on our previous tutorial called Validate Login Page Using JavaScript.
But validating a form using JavaScript alone is not safe. One reason is if the JavaScript is not enabled in the web browser.
Validating and Saving a New Member
In this tutorial, I'm going to show how to validate the user inputs using Javascript and saving the data into MySQL Database using simple PHP.
Validate Login Page Using JavaScript
Having a login page made in HTML alone is not enough without form validation. Validating form makes your visitor life easier by knowing which of the element are lacking some information.
There are so many advantage of validating a form.
Form Word Count Validation in PHP
Hi, This tutorial is for novice in PHP. The script will validate the data inputted by the user if meet the required words to be save in database from the form. This is use " str_word_count" function. Hope it will help you... For web development problem just inquire me below. email: [email protected] mobile: 09352887840
Form Validation Using Javascript
Hi everyone, this simple tutorial will teach you on how to create a simple submit validation with yes or no option. This is a simple tutorial that consist a few line of code.
User Registration and Form Validation Using CodeIgniter
By using CodeIgniter framework, you’ll learn how easy it is to create a registration form with validation using the form_validation library that is built-in with CodeIgniter. This example demonstrates how to validate every control in your form. One example is the validation of email address. All you have to do is simply specify this argument: valid_email. CodeIgniter will simply look for that