VinceGledhill Posted April 14, 2012 Share Posted April 14, 2012 Hello People. I would like to build a small calculator in php for my website. Basically what it does is give a form to the user that looks like this The formula is as follows. number_from_box1 * number_from_box2 =result1 then take result1 *52 =result2 now take 60,000 /result2 =result3 Take result3 and make it a number with only 2 decimal places =result4 Then display the result on the form like this Your warranty would be "result4" years I know that there are some really good coders on here. Please could one of you talented people tell me what is the php to do the above on my site? Link to comment https://forums.phpfreaks.com/topic/260935-please-help-writing-small-php-calculator-for-my-website/ Share on other sites More sharing options...
trq Posted April 14, 2012 Share Posted April 14, 2012 We are not here to write code for people. If your looking to have code written for you, make your request in the freelance board. Link to comment https://forums.phpfreaks.com/topic/260935-please-help-writing-small-php-calculator-for-my-website/#findComment-1337387 Share on other sites More sharing options...
Recommended Posts