Perform the following steps:
- Enter two integers into the form below.
- Click the form's submit button.
- View the resulting display (of course).
- But also look carefully at the contents of the
display page's address bar. This time, because
we are using the POST protocol for passing
the form data to the PHP script for processing,
nothing but the plain URL of the processing
script
appears in the address bar.