Hi there.

I am rather new to PHP and I am trying to implement the following on a
Solaris 8, Apache 1.3.24 Server.

We use siteminder here as our authentication method for the website.
Siteminder passes back certain user information that I can then display
on the website to customize it for the user.  I've gotten this working
with ASP on Windows nt server with IIS, but I cannot seem to make it
work on Apache.  The command that I use in ASP to retrieve the data is
this:

<%=Request.ServerVariables("HTTP_NAME")%>

This command returns the user's full name.

I've tried some echo commands without any luck.

Any ideas?

Thanks!

- pete


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to