Create a form to display information in a table via php.

Write a php file to take user's information.

  1. Assume that password must be "chu456".
    Check user's password is correct or not.
    If it is incorrct, ask user's to retype password.
    For example,
  2. If user's password is correct, display user's input in a table format. For example,

    User entered the data below:
    Display the result as below:

Upload your html & php files to server and check whether your program works.
After they work, submit your php file to Canvas