Re: [PHP] get apache user

2003-01-25 Thread Jason Wong
On Saturday 25 January 2003 23:41, Tommy Jensehaugen wrote: > "Jason Wong" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > On Saturday 25 January 2003 06:15, Tommy Jensehaugen wrote: > > > I have a page where I log in as an Apache user. How do I get the apa

Re: [PHP] get apache user

2003-01-25 Thread Tommy Jensehaugen
If I can't use any of those, it's not possible? correct? thank you for your help. tommy "Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Saturday 25 January 2003 06:15, Tommy Jensehaugen wrote: > > > I have a page where I log in as an Apache user

Re: [PHP] get apache user

2003-01-24 Thread Jason Wong
On Saturday 25 January 2003 06:15, Tommy Jensehaugen wrote: > I have a page where I log in as an Apache user. How do I get the apache > username in php? print_r($_SERVER) to see which you can use. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators

[PHP] get apache user

2003-01-24 Thread Tommy Jensehaugen
Hi folks! I have a page where I log in as an Apache user. How do I get the apache username in php? thanks tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php