On Wed, Oct 16, 2002 at 09:50:06PM +1100, Noodle Snacks wrote:
> my question is does Netscape 4.x send "Netscape 4.x" or "mozilla something"?
Copy sent offlist, so here's a copy for the list.
Google returns:
http://www.psychedelix.com/agents.html
--
PHP General Mailing List (http://www.php.net
Hi,
> my question is does Netscape 4.x send "Netscape 4.x"
> or "mozilla something"?
It sends "Mozilla/4.7 [en] (WinNT; I)" (varies with version, language and
OS, obviously).
I use this to sniff Netscape 4:
if (strstr($_SERVER["HTTP_USER_AGENT"], "Mozilla/4.") &&
!strstr($_SERVER["HTTP_USER_A
2 matches
Mail list logo