Re: [PHP-DB] Unique user ID?

2003-09-06 Thread Floris
Ow, but is there not a way to recognize a user the next time he logs in? Floris -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Unique user ID?

2003-09-06 Thread Fedde van Feggelen
Ow, but is there not a way to recognize a user the next time he logs in? Ehm, you could use the user's ip address, and hope it isn't a dynamic one. Or you'll just have to use a cookie. Cheers, Fedde van Feggelen ~= Even a broken clock is right at least twice a day =~ -- PHP Database Mailing

Re: [PHP-DB] Unique user ID?

2003-09-06 Thread Floris
Ehm, you could use the user's ip address, and hope it isn't a dynamic one. Or you'll just have to use a cookie. That's the problem i can't use a cookie. And everyone with a telephone like connection is the ip-adres dynamic. I can't use a cookie during privacy settings of most users. Thanks

Re: [PHP-DB] Unique user ID?

2003-09-06 Thread John W. Holmes
Floris wrote: Ehm, you could use the user's ip address, and hope it isn't a dynamic one. Or you'll just have to use a cookie. That's the problem i can't use a cookie. And everyone with a telephone like connection is the ip-adres dynamic. I can't use a cookie during privacy settings of most

Re: [PHP-DB] Unique user ID?

2003-09-06 Thread .ma
. Army Antworten an: [EMAIL PROTECTED] Datum: Sat, 06 Sep 2003 09:05:42 -0400 An: Floris [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Betreff: Re: [PHP-DB] Unique user ID? Floris wrote: Ehm, you could use the user's ip address, and hope it isn't a dynamic one. Or you'll just have to use a cookie

[PHP-DB] Unique user ID?

2003-09-05 Thread Floris
Hi, I want to get a unique ID from a browser. Because i want to replace a cookie with a row in a database (mysql), but i don't want that a user has to open a account, so i want to refer to a unique id from the user's browser. Anybody who knows how to get a unique Id which is the next time the

Re: [PHP-DB] Unique user ID?

2003-09-05 Thread John W. Holmes
Floris wrote: I want to get a unique ID from a browser. Because i want to replace a cookie with a row in a database (mysql), but i don't want that a user has to open a account, so i want to refer to a unique id from the user's browser. Anybody who knows how to get a unique Id which is the next