Re: [PHP] automatic login..

2005-10-14 Thread Greg Donald
On 10/14/05, Dan McCullough <[EMAIL PROTECTED]> wrote: > some logic and information. > set the cookie to expire after 120 days or so, or never. you will > have to set a cookie with the username and password, preferably a md5 > encrypted password. also remember to have the logout function to > rem

Re: [PHP] automatic login..

2005-10-14 Thread Dan McCullough
some logic and information. set the cookie to expire after 120 days or so, or never. you will have to set a cookie with the username and password, preferably a md5 encrypted password. also remember to have the logout function to remember those cookies. On 10/14/05, ganu <[EMAIL PROTECTED]> wrote

[PHP] automatic login..

2005-10-14 Thread ganu
hi, I created one site , and i implemented the concept of mypage same like as google or yahoo or excite.com, now my problem is i just want to put a line{href} in my mypge as set as home page so when the user will click on that , so it will set this page as default page.. And next time he/sh