What you guys are probably thinking is "Why doesn't he just put ''http://free-email.com/loginuser.pl' in the form action spot? I don't want to do that, I want to be able to make a customizable login for a server in which I have no control over.
Basically what I am asking is how can I create my own login form using a php engine? Also, I want it to only use one page, so that I don't have to jump through 10 pages to log in.
I have had a few people tell me I'll need help from some javascript in order to do this..is this true?
Note: I am going to log into a PERL script (.pl), so does that have any contrast to any other scripts?