Form Validation with PHP and Javascript project

Form Validation with PHP and Javascript

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
If your goal is to learn how to properly validate HTML forms, this is the course for you!

  • Difficulty: Intermediate
  • Class Time: 2 hours
  • Total Running Time: 1h01m (6 videos)
  • Questions: 2 multiple choice and 8 code challenges

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