Form Validation Using Ajax

AJAX (Asynchronous JavaScript and XML) is the art of exchanging data with a server, and updating parts of a web page – without reloading the whole page. Therefore, Ajax makes web page quick responsive.

We have already explained about form validation using different technologies. Now, the same can be done by using Ajax, In this blog post we will tell you how it can be done.

PHP: Redirect To URL After Form Submission

PHP is a server side scripting language and it also allows redirecting to another page, this blog post explains you how it can be done using PHP after form submission.

We have created an HTML form with four fields and a submit button, user have to fill all fields and click on submit button, as he clicks the button PHP scripts will executes.

Form Validation Using PHP

Validation is very important aspects in data submission.

We have already explain about form validation using javascript and jQuery, but this time we will show you how to validate your form using PHP.