Who said POST didn't work?
Somehow I disagree...
<FORM name="myform" METHOD="post">
Username: <input name="inusername" type="text"
value="username" </input>
Password: <input name="inpassword" type="password"></input>
<input type="submit" value="Go!">
</FORM>
This above code is used in my PPC enhanced site at:
http://www.hsvauto.com/
I've successfully used the above code and as you can see it uses POST.
Did I miss something?