Getting the screen resolution using PHP

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

    I don't think you can detect the screen size purely with PHP but you can detect the user-agent..

    '
        }
    ?>
    

    Here's a link to a more detailed script: PHP Mobile Detect

提交回复
热议问题