Is there a simple PHP way to get the screen resolution of the user???
There is no way to do it with just PHP. Screen resolution is client-side data which will have to be accessed with a client-side language like JavaScript.
I thought so...