Php method for obtaining client computer screen parameters

Source: Internet
Author: User
This article describes how to obtain the screen parameters of the client using php, including the width, height, resolution, and other parameters, the js method is used to obtain the client computer screen parameters and then return them to the server using Ajax to obtain the client computer screen parameters, the example in this article describes how to obtain the screen parameters of the client using php. Share it with you for your reference. The specific analysis is as follows:

The first thing to note is that php is a server-side language and cannot obtain the width and height of the client screen. However, the work und is to use the client scripting language javascript to obtain the width and height of the client's computer screen, and then pass it to the php scripting language in the form of ajax or cookie, in this way, php can obtain the screen width and height of the client computer.

You can use javascript to obtain the width, height, and resolution of the client computer as follows:

Screen resolution height: window. screen. height

Screen resolution width: window. screen. width

Available screen workspace height: window. screen. availHeight

Available workspace width: window. screen. availWidth

The method passed to the php server is as follows:

The code is as follows:

$. Post ('http: // localhost/php/index. php', {w: width, h: height}); // the returned value is ignored here.

The complete code for obtaining the width, height, and resolution of the display screen on the client computer using php is as follows:

The code is as follows:




Untitled Document

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.