I need to have a text input field do or not do basic calculations. Example
<input type="text" />
I then submit by post and the post will know to either enter the value or do calculations
Value examples
14.5
10.3+14+35
Should give me respectively
14.5
59.3
Does anyone know of a method, script,...anything to do this? Or any idea on how to go about it?
Thanks.