Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alternative to $HTTP_USER_AGENT, is there any?

Status
Not open for further replies.

alfalf

Programmer
Joined
Mar 6, 2003
Messages
155
Location
BA
Hello.

I'm using PHP 4.2.1 (as CGI binary) on Apache 2.0.43 (All that on W2K).

$HTTP_USER_AGENT (as almost all Apache Vars) is not available concerning my PHP version.

Is there an alternative, such as get_browser()?

Thanks for any ideas.
 
Have you checked out what's in the $_SERVER superglobal array?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top