Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

HTML Form Validation using PHP and JavaScript

Categories: Programming. Tags: AJAX, HTML, JavaScript, and PHP. No Comments on HTML Form Validation using PHP and JavaScript

In this article I will show you how to validate a HTML form using PHP and JavaScript. JavaScript performs preliminary checks on the client-side and PHP is used to validate the details entered by the user against the details available in the database on server-side.   AJAX has also been used to display the error […]

Read the rest of this entry »