Forum : Can I get the screen resolution and like with php
Brief description  about Online courses   join in Online courses
View prabeen  patra 's Profile

Can I get the screen resolution and like with php

sir,

Can I get the screen resolution and like with php
Asked by prabeen patra | Nov 27, 2009 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Prabeen

The quick answer is no, then you are probably asking why can't I do that with php. OK here is a longer answer. PHP is a serverside scripting language and therefor has nothing to do with the type of a specific client. Then you might ask "why can I then get the browser agent from php?", thats because that information is sent with the initial HTTP headers upon requst to the server. So if you want client information that's not sent with the HTTP header you must you a client scripting language like javascript, a good ressource is found below.
Nov 27, 2009