$reso = "<script language=\"Javascript\">document.write(screen.width +' x '+ screen.height +'|'+ screen.colorDepth)</script>";
result in my computer if i echo it: 1280 x 1024|16
but how to insert this variable into database without showing it to the user?
i insert just as variable and it saves only the full javascript code
result in my computer if i echo it: 1280 x 1024|16
but how to insert this variable into database without showing it to the user?
i insert just as variable and it saves only the full javascript code