Create a php file that takes 2 user inputs, validates that the inputs are numbers, sums the numbers then shows the 2 inputs and their sum.

Solution

PHP Addition of two number program
Create a php file that takes 2 user inputs, validates that the inputs are numbers, sums the numbers then shows the 2 inputs and their sum.Solution PHP Addition