Create Calculator using OOP in PHP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Create Calculator using OOP in PHP?

Can any one let me know how to create a calculator using OOP in PHP

30th Sep 2016, 5:52 AM
Yogesh Chauhan
Yogesh Chauhan - avatar
1 Answer
0
I would not recommend this. PHP is a server-side language, designed for information flow, security, etc. It's OOP features are not necessarily designed for calculations like that. If you are using $_POST for information flow, check out this page: http://stackoverflow.com/questions/21445245/simple-php-calculator
26th Oct 2016, 2:01 AM
Parker McMullin
Parker McMullin - avatar