|
-
Apr 27th, 2002, 02:08 PM
#1
Thread Starter
Stuck in the 80s
Resolution
Is there a way to find out the screen resolution in PHP?
-
Apr 27th, 2002, 02:12 PM
#2
Addicted Member
No, don't think so.
What is the answer to this question?
-
Apr 27th, 2002, 02:36 PM
#3
Thread Starter
Stuck in the 80s
Yeah, me either, since PHP is server-side.
-
Apr 27th, 2002, 05:41 PM
#4
Member
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
-
Apr 28th, 2002, 09:52 AM
#5
Thread Starter
Stuck in the 80s
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
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:
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|