[PHP-DB] PHP login with MYSQL Question?

2005-11-18 Thread JeRRy
Hi, Okay I created a user/pass login area. I created the following code. Now I want the secure area to send a cookie to the users PC we can track so I can make multiple pages without the need for the user to login to each page individually. I want to know what is the best method/code

RE: [PHP-DB] PHP login with MYSQL Question?

2005-11-18 Thread Bastien Koert
$_SESSION is better than $_COOKIE ( more secure) Bastien From: JeRRy [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] PHP login with MYSQL Question? Date: Fri, 18 Nov 2005 22:34:08 +1100 (EST) Hi, Okay I created a user/pass login area. I created the following code. Now I