<form action="/receive.php" method="post"> <input type="hidden" name="form" value="login" /> <p>Username:<input type="text" name="username" /></p> <p>Password:<input type="password" name="password" /></p> <input type="submit" /> </form>