Re: [PHP-DB] cookies, email and passwords

2001-02-26 Thread JJeffman
Have a look on PHP manual there is good information on mail functions, setcookie function, and other stuff. HTH Jayme. -Mensagem Original- De: Matthew Cothier <[EMAIL PROTECTED]> Para: <[EMAIL PROTECTED]> Enviada em: domingo, 25 de fevereiro de 2001 17:13 Assunto: [PHP

Re: [PHP-DB] cookies, email and passwords

2001-02-25 Thread Miles Thompson
Matthew, Aren't we all. There's code at www.zend.com which deals with user logins, mailing form information, cookies, storing data etc. Have a look at www.thickbook.com, also WeberDev, DevShed and www.phpbuilder.com Sessions are pretty easy to use, and you may want to consider them rather tha

[PHP-DB] cookies, email and passwords

2001-02-25 Thread Matthew Cothier
Thanks! Is there anyone who can actually give me little bits of code that I need cause I am in a rush with this _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP Database Mailing L

RE: [PHP-DB] cookies, email and passwords

2001-02-25 Thread Matt Williams
> Sorry for putting three topics in one but they all go together so > I thought > I would. > > I am setting up a user login/members area! > > * Firstly how do I generate a random password? > > * Then how do I email it to the user? > > * And now I need to know how to set a cookie with their

[PHP-DB] cookies, email and passwords

2001-02-25 Thread Matthew Cothier
Sorry for putting three topics in one but they all go together so I thought I would. I am setting up a user login/members area! * Firstly how do I generate a random password? * Then how do I email it to the user? * And now I need to know how to set a cookie with their username and password s