Php – can php detect client browser monitor size/resolution

detectPHPresolution

Php can detect IP, hostname, client agent etc. Can php detect client browser monitor size/resolution?

Best Answer

No, it cant. PHP runs on the server, so it cant detect client settings unless you take specific client-side steps to pass the info to the PHP scripts on the server.