Errr ---
I think you REALLY need to go and read up some on web technologies and the difference between client and server side scripting.
PHP cannot find the size of a clients desktop without being told.
If you really need to find this out, then you need a mix of Javascript (which can tell you this value on some platforms), which will then need to post back the results to a PHP script which can then store this and use it as required for that session.
But - back to my original point, go do some reading first....