hi, i want to do a little test using $HTTP_USER_AGENT
the main problem is the text input fields look so much longer in all versions of Netscape than any other browsers. i test k-melon, IE, opera, they all look fine except netscape so i want to do a little if statement to check if the user has netscape and print out a different line for them.
but the thing is when i try to print
$HTTP_USER_AGENT
on different browsers, they give me pretty much the same thing
IE:
Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; DigExt)
K-melon:
Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:0.9.4) Gecko/20010913
Netscape:
Mozilla/4.7 [en] (WinNT; U)
does anyone know what will all versions netscape have for sure? so i can exclude them all?
if you have any suggestion other than using $HTTP_USER_AGENT to do this task, please let me know too.
thanks!!!!