get user information
get user information:
- SO Version
- Browser
- etc
HTTP_USER_AGENT HTTP_ACCEPT_LANGUAGE REMOTE_ADDR
- https://stackoverflow.com/questions/4117555/simplest-way-to-detect-a-mobile-device
- https://stackoverflow.com/questions/6524301/detect-mobile-browser?noredirect=1&lq=1
- https://stackoverflow.com/questions/15228937/php-check-if-the-page-run-on-mobile-or-desktop-browser?noredirect=1&lq=1
Talvez usar o componente Mobile Dectec http://mobiledetect.net/
Informações sobre o navegador https://developers.whatismybrowser.com/
Detalhando user agente https://code-boxx.com/detect-mobile-desktop-in-php/
For Screen is need Js https://www.w3schools.com/js/js_window_screen.asp
Get IP https://www.virendrachandak.com/techtalk/getting-real-client-ip-address-in-php-2/
https://stackoverflow.com/questions/3003145/how-to-get-the-client-ip-address-in-php
https://developers.whatismybrowser.com/