Screen Resolution

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

Post Reply
mrskumm
Forum Newbie
Posts: 10
Joined: Tue Jul 22, 2003 5:40 am
Location: Sweden

Screen Resolution

Post by mrskumm »

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 »

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 »

Well, that was what I thought.. Not much to do except writing the sucky JS *lol*
Post Reply