Getting the screen resolution using PHP

前端 未结 21 2213
你的背包
你的背包 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:24

    You can set window width in cookies using JS in front end and you can get it in PHP:

    
    
    
    

提交回复
热议问题