[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 so that when they log in they don't have to keep entering their 
username and password for the hour that the cookie is active?

* How do I also call the cookie into each page?

If anyone can help with any of these I would be really grateful!


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 username and 
 password so that when they log in they don't have to keep entering their 
 username and password for the hour that the cookie is active?
 
 * How do I also call the cookie into each page?
 
 If anyone can help with any of these I would be really grateful!
 

Hi 

have a look at phplib http://phplib.netuse.de

It may be a bit more than you need but it's good

M@

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]