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

[PHP-DB] Re: Unique user ID?

2003-09-06 Thread Floris
Are computernames with domains static or dynamic? Can i use them to indentifcate a user? Floris -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] get curent URL

2003-09-06 Thread Georgescu Vlad
--- Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV AntiVirus. Xnet automatically scans all messages for viruses using RAV AntiVirus. Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate variantele lor. Va

Re: [PHP-DB] get curent URL

2003-09-06 Thread John W. Holmes
Georgescu Vlad wrote: how can I get current URL from php ? I want to save this url to cookie and reload later if necessary thanks Take a look at the output from print_r($_SERVER). Everything you need is in the $_SERVER variable. -- ---John Holmes... Amazon Wishlist:

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
hi! the only possibility i can think of is the following: force the users to bookmark the site with a given id (as get-parameter). once an id is used it is stored in a db or something else. but this is _no_ proper solution! ciao ma Von: John W. Holmes [EMAIL PROTECTED] Organisation: U.S.

[PHP-DB] Newbie help

2003-09-06 Thread Nicola Hartland
I need some help to install and configure php I have tried downloading it a dozen times to configure it on Apache on xp but I cannot seem to get it to talk to my sql could someone provide me with an idiots guide to installing it please? Thanks in advance Nicci

RE: [PHP-DB] Newbie help

2003-09-06 Thread Rich Hutchins
http://www.php.net/manual/en/install.windows.php -Original Message- From: Nicola Hartland [mailto:[EMAIL PROTECTED] Sent: Saturday, September 06, 2003 4:29 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Newbie help I need some help to install and configure php I have tried downloading it a

[PHP-DB] Re: Newbie help

2003-09-06 Thread Shadow
No such thing.but I will help. I didn't use the windows installer version.I couldn't get it to work (strange) but did get the zipped version to work. Make sure that you don't have IIS installed and running.could cause conflicts. PHP.ini should go into the \windows directory..

Re: [PHP-DB] Problem in executing linux command from PHP

2003-09-06 Thread Gnanavel
- Original Message - From: Sean Burlington [EMAIL PROTECTED] Newsgroups: php.db To: [EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 1:11 PM Subject: Re: [PHP-DB] Problem in executing linux command from PHP Gnanavel wrote: I have problem in executing linux command