A form can have one of two methods, "get" or "post". If you leave out the method, the form's method will be get by default. The get method appends the form data to the end of the URL specified in the action attribute. If there is no action attribute, the data will be appended to the URL of the page that the form is on. The post method includes the form data and sends it to the web server. Both get and post have their uses and get has it's risks. To understand the risks of using get, enter the password into the form below to see my naughty links:
|
|
|