Re: [PHP] Re: determine logged in user

2004-03-16 Thread Ashley
Thanks for the pointer, I will see what I can do with it. This is actually the same scenario that I am in. Ashley Red Wingate wrote: Here you go: http://marc.theaimsgroup.com/?l=php-dev&m=107732506523441&w=2 Have fun, red Ashley wrote: Do you happen to know what the subject was? I canno

Re: [PHP] Re: determine logged in user

2004-03-16 Thread Red Wingate
Here you go: http://marc.theaimsgroup.com/?l=php-dev&m=107732506523441&w=2 Have fun, red Ashley wrote: Do you happen to know what the subject was? I cannot seem to find the particular post you are mentioning. Ashley Red Wingate wrote: One last thing, check the PHP-DEV Archives someone se

Re: [PHP] Re: determine logged in user

2004-03-16 Thread Ashley
Do you happen to know what the subject was? I cannot seem to find the particular post you are mentioning. Ashley Red Wingate wrote: One last thing, check the PHP-DEV Archives someone send a quite nice trick on how to do that about 1-2 months ago. Bye, red Ashley wrote: Thanks for the info g

Re: [PHP] Re: determine logged in user

2004-03-16 Thread Red Wingate
One last thing, check the PHP-DEV Archives someone send a quite nice trick on how to do that about 1-2 months ago. Bye, red Ashley wrote: Thanks for the info guys. I guess that I will just make a login screen of some sort to accomplish what I need. Thanks again, Ashley Red Wingate wrote: See

Re: [PHP] Re: determine logged in user

2004-03-16 Thread Ashley
Thanks for the info guys. I guess that I will just make a login screen of some sort to accomplish what I need. Thanks again, Ashley Red Wingate wrote: Seen some interesting ways on doing this on the client. Basicly you run a bash script ( on autostart for example ) and pass the login-info which

Re: [PHP] Re: determine logged in user

2004-03-16 Thread Red Wingate
Seen some interesting ways on doing this on the client. Basicly you run a bash script ( on autostart for example ) and pass the login-info which are saved in the enviroment to the server to make sure the user is known by the server as well. Another way could be to check wether the REMOTE_ADDR has a

[PHP] Re: determine logged in user

2004-03-16 Thread Rob Adams
"Ashley" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can PHP determine the username of the person currently logged into a > Windows 2K machine? On the machine running the client (web browser) or the machine running the server? On the client, no. At least, I hope not. On the serv