ilikephp Posted May 26, 2008 Share Posted May 26, 2008 Hello, When I access my email, I need to put: www.mysite.org/webmail, so a new window will open and I put my mail and password; Can I do it in the homepage of my website? For example: In the home page, I need to put: enter username:_________ enter password:__________ So directly my e mail will be opened. Can it work? Thx in advance! Link to comment https://forums.phpfreaks.com/topic/107277-custom-login-form/ Share on other sites More sharing options...
Wolphie Posted May 26, 2008 Share Posted May 26, 2008 Yes, if you know the form values to login into it. For example, the name of the username input box and any other additional parameters such as id, etc.. Again, the same with the password field and submit button; and if any hidden input's exist. Once you know those, you can re-create that form on another page. You'll also need to know the URL in which the log in form is re-directed to, to insert into action="" But yes, it is possible. Click right and select "View Source" in your browser while viewing the webmail login page. Link to comment https://forums.phpfreaks.com/topic/107277-custom-login-form/#findComment-550057 Share on other sites More sharing options...
ilikephp Posted May 26, 2008 Author Share Posted May 26, 2008 Yeah I need to create the form, Can you help me, if u dont mind, step by step in doing it? Thx a lot... Link to comment https://forums.phpfreaks.com/topic/107277-custom-login-form/#findComment-550059 Share on other sites More sharing options...
runnerjp Posted May 26, 2008 Share Posted May 26, 2008 http://www.999tutorials.com/tutorial-style-a-login-form.html Link to comment https://forums.phpfreaks.com/topic/107277-custom-login-form/#findComment-550066 Share on other sites More sharing options...
ilikephp Posted May 26, 2008 Author Share Posted May 26, 2008 Thanks for the link!! I checked it, what can I do plz to make the links, I did not find it inside this web? so when username and password are put, directly the www.mysite.org/webmail will open? Thanks... Link to comment https://forums.phpfreaks.com/topic/107277-custom-login-form/#findComment-550073 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.