Hello guys,
can you please help me extracting OS name of a user visiting a page scripted in php ?
I found a function called PHP_UNAME() is this fine, i mean does it work all the time,
also the problem with this function is that it displays my computer name also .. and for windows XP it shows WINNT 5.1 BUILD 2660
how can i get the exact names of all OS like if the person is visiting from other OS then ??
for me here is the output of <?php php_uname() ?>
Windows NT REALIN-7F1A38EB 5.1 build 2600
^^ this is on WINDOWS XP with SP2
thanks a lot