<form action="http://www.oreilly.com/cgi-bin/update" >
...
</form>
The example URL tells the browser to contact the server named
www.oreilly.com and pass along the
user's form values to the application named
update, located in the
cgi-bin directory.
The browser specially encodes the form's data before
it passes the data to the server so it doesn't
become scrambled or corrupted during the transmission.
It's up to the server to decode the parameters or
pass them, still encoded, to the application.