PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
mrskumm
Forum Newbie
Posts: 10 Joined: Tue Jul 22, 2003 5:40 am
Location: Sweden
Post
by mrskumm » Tue Jul 22, 2003 5:40 am
Hi...
Is there a simple way of getting the screen resolution the user has into a database table without using javascript / form post's?
Thanks
qartis
Forum Contributor
Posts: 271 Joined: Sat Dec 14, 2002 4:43 pm
Location: BC, Canada
Contact:
Post
by qartis » Tue Jul 22, 2003 5:58 am
Short Answer: no.
Resolution is client-side. The only time the browser ever divulges the screen's resolution is when it's asked by javascript.
mrskumm
Forum Newbie
Posts: 10 Joined: Tue Jul 22, 2003 5:40 am
Location: Sweden
Post
by mrskumm » Tue Jul 22, 2003 6:05 am
Well, that was what I thought.. Not much to do except writing the sucky JS *lol*