Is there a way to find out the screen resolution in PHP?
Printable View
Is there a way to find out the screen resolution in PHP?
No, don't think so. :(
Yeah, me either, since PHP is server-side.
use screen.width in javascript to get the value, put it into a hidden variable, auto submit the form, store value in a cookie (your session essentially), use it in php...
hth
The thing is, I'm having a problems with screen.width/.height. It doesn't quite work out in Netscape. If you want to check out my problem:Quote:
Originally posted by thexchord
use screen.width in javascript to get the value, put it into a hidden variable, auto submit the form, store value in a cookie (your session essentially), use it in php...
hth
http://www.vbforums.com/showthread.p...hreadid=165673
I'm spent on ideas and I can't find anything on the net. It all points to using screen.width/.height.
Thanks.