Lets say I have a form like this:
<form method="post" action="http://www.terradesign.ws/index.php">
<input type="text" name="username" size="9" value="">
<input type="password" name="password" size="9" value="">
<input type="submit" value="Log In">
</form>
How would I get the username and pasword thats submitted?

