Unne, you're a saviour.In HTML, all a form does is take user input in the form of textboxes, textareas, radio buttons, dropdown menus or whatever, and transforms it into either GET or POST data, and sends that data somewhere (specified in the FORM tag by action="uri_of_a_script").
Thanks to everyone else for your assistance, too.