1. Create a simple form with two input fields for the user to enter two numbers performs arithmetic operations (addition, subtraction, multiplication,division) on them. The form submits the data to a PHP script using the GET method.
2. Create a simple form that allows to input a message and counts the number of words in it. The form submits the data to a PHP script using the GET method