Sep 5, 2003 #1 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.
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.
Sep 5, 2003 #2 DRJ478 IS-IT--Management Joined Aug 10, 2001 Messages 2,264 Location US Have you checked out what's in the $_SERVER superglobal array? Upvote 0 Downvote