Php can detect IP, hostname, client agent etc. Can php detect client browser monitor size/resolution?
I know this is not the best answer so spare the downvote.
if($_GET["doSubmit"]=="do"){ // VARS $bh=$_GET["bh"]; $bw=$_GET["bw"]; $js=$_GET["js"]; // PRINT HTML ?> Browser Width:=$bw;?>px Browser Height:=$bh;?>px JavaScript Detection (y/n):=$js;?>