I want to create a php calculator using html forms and ONE text box. My problem lies in the php file... if lets say the "add" button is pressed then it should add the current number to the one that already exists (either this is 0 if the current number is the first one or its a result from a...