Is it possible to get the screen resolution the user it running? I was hoping to create some page content in PHP and then no where to position it based off how much space will appear (the page is centered so I'll have room on the left and right).

I guess I could get the page size with Javascript and then do a redirect, but thats really crappy, and trying to limit how much Javascript I use.