php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "retrieve information"

What is the limitation of using cookies to retrieve login information from a different domain in PHP?

When trying to retrieve login information from a different domain using cookies in PHP, the limitation is that cookies are domain-specific and cannot...

How can PHP developers efficiently walk through SNMP OIDs to retrieve specific information?

To efficiently walk through SNMP OIDs to retrieve specific information in PHP, developers can use the SNMP functions provided by the PHP SNMP extensio...

How can one securely store and retrieve user information in PHP sessions?

To securely store and retrieve user information in PHP sessions, it is important to properly sanitize and validate user input before storing it in the...

What other PHP functions or methods can be used to retrieve server information and values?

To retrieve server information and values in PHP, you can use the $_SERVER superglobal array. This array contains information such as server name, ser...

How can PHP be used to retrieve server operating system, processor, disk size, and other important system information?

To retrieve server operating system, processor, disk size, and other important system information in PHP, you can use the `php_uname()` function to ge...

Showing 26 to 30 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.