It'd just be a simple form using GET:

Code:
<form action="yourpage.php" method="GET">
    <!-- your form fields -->
</form>