calculation
Moderator: General Moderators
-
ben_albrechts
- Forum Commoner
- Posts: 33
- Joined: Wed Oct 26, 2005 3:33 am
calculation
I have to add this part to my code to do the next calculation : 1,5+((A-1)x0,5) where A is a number the visitor enters in a form
Good for you.
*snip*
A slightly more helpful response:
*snip*
A slightly more helpful response:
Code: Select all
$result = 1.5 + (($A - 1) * 0.5);