Screen

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
pbangsoe
Forum Newbie
Posts: 4
Joined: Wed Oct 02, 2002 5:55 am
Location: Copenhagen, Denmark

Screen

Post by pbangsoe »

Is it possible to get screen width using PHP :?:
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

this is a client-side information and the browser does not send this information to the server by default. So the answer is: not by default and not without client-side support ;)
Post Reply