Is there a way to get the users current screen resolution, with PHP ?
Not with PHP, no. You have to ask the client to send that to you (assuming that such a thing as "screen resolution" exists for the client in question). That's a job for Javascript.
Well crap. I hate JS.
Thanks.