Learn how to use both PHP and Javascript to validate HTML forms.Proper form validation is helpful to everyone involved.

  • It allows the web developer to double check the data being sent to the server
  • Its helpful for the user, as they can be assured that any data entered into the form is mistake free
  • It is also helpful for the site owner, as they can be assured that any data they receive is valid

This is the first project course that pulls together all the basic web development languages.

  • Prereqs: Beginners HTML, CSS, PHP and JavaScript
  • Estimated Class Time: 2-3 hours
  • Number of Lessons: 6
  • Quiz Questions: 2 multiple choice and 8 code challenges

Sample Videos:

Course Outline:

Chapter 1: Form Validation with PHP and JS

  • Intro to Form Validation
  • Adding jQuery Validation
  • Adding PHP Validation: Part 1
  • Adding PHP Validation: Part 2
  • Finishing the Form Validation
  • Sending the Form by Email
To Top