I am making a calculator application where a person can calculate things. The input of the user wil be stored in a variable called input. So for example:
$input = "3+10/2";
Is there anyway to calculate the answer?
I am making a calculator application where a person can calculate things. The input of the user wil be stored in a variable called input. So for example:
$input = "3+10/2";
Is there anyway to calculate the answer?