How do I identify whether the visitor's mobile is windows based or not? I have code for iPhone and Android but can anyone help for windows based phones?
$iPhone = stripos($_SERVER['HTTP_USER_AGENT'],"iPhone");
$Android = stripos($_SERVER['HTTP_USER_AGENT'],"Android");