How to Create Login Panle in Website?

Status
Not open for further replies.

satyamy

Alive Again...
Hello Friends
I have created my site
Now i have my personal like you@yourdomainname.com
So I want to create a Login Panel
So that I can directly login from my website to my email/Inbox
Is this possible
I have seen this in many sites......
Once again Pls help me........?
 

Choto Cheeta

Rebooting
you have Cpanel Hosting ?? if yes, then you may check from their, otherwise if you have SSH (Shell) access you may use php based pop3 or IMAP email clients :)
 
OP
satyamy

satyamy

Alive Again...
Choto Cheeta said:
you have Cpanel Hosting ?? if yes, then you may check from their, otherwise if you have SSH (Shell) access you may use php based pop3 or IMAP email clients :)
No, you didnt undertand my question
I have my email, I regularly check it from POP3 also i can check it from Cpanel
But i want to create login panle to my site
So that my Site look Good & More Impressive
Login Panel like what rediff.com or Indiatimes.com have in their sites
Same like that
Can you help me regarding this..............?
 

Sukhdeep Singh

Host4Cheap.org
Same thing i use on Host4cheap.org. This is for cPanel Servers :)

Code:
<b><center>WebMail Login</center></b>

<form action="*domain.com:2096/login/" 
method=POST><b>User:</b><br> <input type=text name=user><br>
<b>Pass:</b><br> <input type=password name=pass><br>
<center><input type="submit" value="Login to Webmail"></center>
</form>
 
OP
satyamy

satyamy

Alive Again...
Hello Dear Friends
Thanks Thanks Thanks Thanks Thanks
All of you
for helping me once again
I created my Login Panel Sucessfully
actually it is
when i click Login it will login to my WebMail
 
Status
Not open for further replies.
Top Bottom