php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "retrieve information"

Can the gethostby... function in PHP be used to retrieve other information besides DNS names?

The gethostby... function in PHP is specifically designed to retrieve DNS names associated with an IP address. If you need to retrieve other informati...

How can PHP be used to retrieve the HTTP referer information?

To retrieve the HTTP referer information in PHP, you can use the $_SERVER['HTTP_REFERER'] superglobal variable. This variable contains the URL of the...

What potential issues could arise when trying to retrieve server information using PHP compared to Java?

One potential issue when trying to retrieve server information using PHP compared to Java is that PHP may not have access to certain server-side confi...

What are potential issues with using VBScript to retrieve user information in a PHP environment?

One potential issue with using VBScript to retrieve user information in a PHP environment is that VBScript is a Windows-specific scripting language an...

How can PHP sessions be effectively utilized to store and retrieve user information for profile updates?

To store and retrieve user information for profile updates using PHP sessions, you can store the user's data in the session when they log in and then...

Showing 6 to 10 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.