When you put "uid","xxxx","password","xxxx","signform","signin" into Post Data filed it will automatically transform to "uid=xxxx&password=xxxx&signform=signin" with Content Type set to urlencode, which is default
For your second question read this post from @Fox ,
maybe its what you need. Its in Russian, but you can
use translator. There is an example script too >