REQ: some sort of calc
Posted: Sat Feb 09, 2008 9:16 am
hi
im looking for some sort of php calculator...
like:
if i enter some value (suppose X value) into it.. it calculates 15% of that X value and add the result into X value..
for example..
X value = 230
it calculates like this 230 x 15% = 34.5
and it adds it back to X value.. in this case...
34.5 + 230 = 264.5
final result it must show is 264.5
nothing is to be changed.. only X value is variable and has to be changed everytime i want to calculate.
can u help me please? i want it urgent.
thanks
bye
im looking for some sort of php calculator...
like:
if i enter some value (suppose X value) into it.. it calculates 15% of that X value and add the result into X value..
for example..
X value = 230
it calculates like this 230 x 15% = 34.5
and it adds it back to X value.. in this case...
34.5 + 230 = 264.5
final result it must show is 264.5
nothing is to be changed.. only X value is variable and has to be changed everytime i want to calculate.
can u help me please? i want it urgent.
thanks
bye