Verification means checking the input submitted by the user. There are two types of Verification available in PHP. They are the following -

  • Client-Side Validation -Verification is performed on the web browser of the client machine.
  • Server Side Validation - After data transmission, Data is sent to the server and performs verification checks on the server machine.