+ 1
Create Calculator using OOP in PHP?
Can any one let me know how to create a calculator using OOP in PHP
1 Réponse
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