Login
Posted: Mon Jul 28, 2003 10:23 am
I run a mailserver on my machine, it includes a webmail account interface. Further more, the login name on the mailserver is username@domain.com. I have several domains on this server. I therefore would like to use two input boxes in a form to log in, a text box for username and curtain menu for domain. I would like to use a form on another site to log into this webmail interface, i therefore need a script that combines the result from the the text box and curtain menu and then input them into the form on the original webmail page, together with password. How can i use php to accomplish this?