Design a program, which asks the user to input two integers. Then the user choose an operation from Add(+), Subtract(-), Multiply(*), and Divide(/). The PHP script will perform the corresponding operation and print out the result.