Hey I am having trouble with this. I know that there is a function in php that will let you identity the operating sytem the client has, but i can't find it anywhere.

can someone help me out?

for example

if(os=win)
{
print("you are in windows");
}
if(os=mac)
{
print("you are in mac os x");
}

thanks in advance!

    Write a Reply...