Login to control/webmail etc

cheers

From one login area I would like to login to

webmail
:2222
or
anyother place

using a user and password :)

hows that?
 
I think you're trying to have one login script where the person can choose to login to webmail or DA. Am I right?? If not you might want to explain a little more.

If I am right, then to do it the easy way, I would have a username field, a password field, and then a drop down box specifying WebMail or DA. Once they push submit it goes to a php file with an if statement, so if they specify webmail, it'll login there, if they specify DA, it'll login to DA.
 
If I may add ...

You might want to include something in the php to grab the domain and get the IP#, to figure out the server, so as you expand to multiple servers you can handle it all automagically :) .

And once you've got it done, make it available :) :) .

Jeff
 
Back
Top