php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "computer uptime"

Is it possible to retrieve the computer name using PHP similar to how the IP address is obtained?

It is not possible to directly retrieve the computer name using PHP as it is a server-side language and does not have direct access to client-side inf...

Is it possible to retrieve a user's computer name using PHP, and if so, what are the potential methods or pitfalls?

It is not possible to directly retrieve a user's computer name using PHP as it runs on the server-side and does not have direct access to client-side...

What potential security risks are associated with extracting the computer name using PHP?

Extracting the computer name using PHP can potentially expose sensitive information about the server, such as its hostname, IP address, and other deta...

Are there any potential security risks associated with transferring computer names in PHP scripts?

Transferring computer names in PHP scripts can potentially expose sensitive information about the network structure and make it easier for malicious a...

How can one determine the computer name of a PC accessing a webpage using PHP?

To determine the computer name of a PC accessing a webpage using PHP, you can use the `$_SERVER['REMOTE_HOST']` variable. This variable contains the h...

Showing 16 to 20 of 257 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 51 52 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.