php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Resolution"

What are the limitations of using PHP to gather user screen resolution information?

When using PHP to gather user screen resolution information, one limitation is that PHP runs on the server-side and does not have direct access to cli...

Is there an alternative method to using JavaScript for passing screen resolution data to PHP variables?

One alternative method to passing screen resolution data to PHP variables without using JavaScript is to include the resolution data in the URL parame...

Can PHP access client-side data such as screen resolution directly?

PHP is a server-side language and cannot directly access client-side data such as screen resolution. However, you can use JavaScript to get the screen...

How can I increase the resolution of thumbnails in a PHP slider on my website?

To increase the resolution of thumbnails in a PHP slider on your website, you can modify the code that generates the thumbnails to use higher resoluti...

How can PHP detect the screen resolution of a browser?

To detect the screen resolution of a browser using PHP, you can utilize the `$_SERVER['HTTP_USER_AGENT']` variable to get information about the user's...

Showing 11 to 15 of 418 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 83 84 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.