Getting the screen resolution using PHP

前端 未结 21 2243
你的背包
你的背包 2020-11-22 06:50

I need to find the screen resolution of a users screen who visits my website?

21条回答
  •  一个人的身影
    2020-11-22 07:17

    The only way is to use javascript, then get the javascript to post to it to your php(if you really need there res server side). This will however completly fall flat on its face, if they turn javascript off.

提交回复
热议问题