PHP multiplication and result
Posted: Thu Jun 30, 2011 2:10 am
Hello all,
I´m not sure if i´m on the right place to post this, i´m sorry if not.
I need some help with a php script i´m not good with php but can make few small things.
What i´m looking for is a calculator " form " that has a fixed value when someone insert a value it should multiply that value over a fixed value.
My main problem is that the fixed value can chnage some times, so i need a option to change that value from a "admin" secction where i can protect that page with a password.
An example how it should work is: 25 * "fixed value 235" = 5.875
Someone entred the value 25 and it should show the result over the fixed (hiden) value.
Sorry for my bad English, thank you all.
I´m not sure if i´m on the right place to post this, i´m sorry if not.
I need some help with a php script i´m not good with php but can make few small things.
What i´m looking for is a calculator " form " that has a fixed value when someone insert a value it should multiply that value over a fixed value.
My main problem is that the fixed value can chnage some times, so i need a option to change that value from a "admin" secction where i can protect that page with a password.
An example how it should work is: 25 * "fixed value 235" = 5.875
Someone entred the value 25 and it should show the result over the fixed (hiden) value.
Sorry for my bad English, thank you all.