Note the two changes for the form if processed by a server side PHP program: 
1. Add "method" and "action" attributes to the form tag, where "action" points to the php page that will process the form data. 
2. Use a submit type button rather than a normal button.