I all!
I've don'it one time several months ago, and now i've completely forgot.
I need to have windows domain name to validate a row.
I know the $_SERVER['HTTP_HOST'] works but my server returns that the env do not exits!
in the other server the phpinfo() environment have the names and the php variable too.
Help pls!
i this this is a easy q!
TKU
Help with = $_SERVER['REMOTE_USER'] (SOLVED)
Moderator: General Moderators
Help with = $_SERVER['REMOTE_USER'] (SOLVED)
Last edited by pedrokas on Tue Feb 22, 2005 5:19 am, edited 1 time in total.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
var_export(array('$_ENV'=>$_ENV,'$_SERVER'=>$_SERVER));