hi friends,
i need a very simple php script. it can save me a lot of time everyday filling my shift reports.
i drive a hire car and need to fill shift report at the end of the day and do little calculation for that.
i need 3 input boxes namely fare, eftpos, fuel and one output box named as result....
formula is 52% of fare - (fuel+eftpos) = result
so if fare is 200
fuel is $20
eftpos $60
result 52% of 200 - (20+60) = 24
can someone please make me a script for that. i will upload it to my server and use iphone for this calculation everyday. thanks
