In PHP write a simple addtion calculator that reads in two values and then add them together and display the output.
Be sure to validate both inputs and ensure that it can add 0+0 = Sum: 0. The user should be able to input 10 +1 and the output should display Sum: 10