0
How to make a math operation in php like calculator?
1 Answer
+ 15
You can use something like this:
$input = '2+5';
$result = eval('return ' . $input . ';');
echo $result;
Hot today
Тренажер кода
2 Votes
help my code does not iterate
0 Votes
What's wrong with this??
0 Votes
What is the problem 🤨🧐??
1 Votes
Generador de divicion python.
1 Votes