Login

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
teo
Forum Newbie
Posts: 5
Joined: Wed Jul 16, 2003 3:49 pm

Login

Post by teo »

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?
rob.weaver
Forum Newbie
Posts: 8
Joined: Tue Apr 22, 2003 11:18 am
Location: Houston, TX USA

what type of mail server

Post by rob.weaver »

What type of mail server do you have running?
teo
Forum Newbie
Posts: 5
Joined: Wed Jul 16, 2003 3:49 pm

Mailserver

Post by teo »

Im running Argosofts mailserver.
Post Reply