Step-by-Step Guide: Creating a Calculator Using PHP | Easy PHP Calculator Tutorial
Based on the information you provided, it seems that you are having trouble displaying the answer to a basic PHP calculator on the browser. The main issue in your PHP code is that you are not performing the actual arithmetic operations in your conditions, but instead, you are just concatenating the values and the operators