Simple calculation form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ravila
Forum Newbie
Posts: 1
Joined: Wed Mar 30, 2016 11:06 pm

Simple calculation form

Post by ravila »

Hello, i will like to create a simple form that sums 6 fields and apply this formula to the result: /12/30x1000/6/260x1.20
The fields in html and the script in php.
E.G:

First Field: 1000
Second Field: 1000
Third Field: 1000
Fourth Field: 1000
Fift Field: 1000
Sixth Field: 1000

Calculation Result= 12.82

Can anyone help me with this simple project?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Simple calculation form

Post by requinix »

Why such a complicated formula? What's wrong with just /468?

What do you have so far and what problems are you having with it?
Post Reply