Write PHP page that take two numbers from the user and return:

  1. Addition two numbers.

  2. Subtraction two numbers.

  3. Multiplication two numbers

  4. Division two numbers.( Incorrect to dived by 0);