php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "www-data"

What other PHP variables can be used to reliably retrieve the domain name with or without www in a consistent manner?

When retrieving the domain name from a URL in PHP, the $_SERVER['HTTP_HOST'] variable can be used to reliably get the domain name with or without the...

How can a WWW-Authenticate with NTLM be implemented in PHP?

To implement a WWW-Authenticate with NTLM in PHP, you can use the cURL library to make an HTTP request with the appropriate headers. This involves set...

What role does the "www-User" play in determining ownership of directories and files created by PHP scripts on a web server?

The "www-User" typically refers to the user account under which the web server (such as Apache or Nginx) runs PHP scripts. This user account is import...

What are the best practices for defining permissions for users (like Administrators) in WordPress and plugins in relation to the www-data owner?

When defining permissions for users in WordPress and plugins, it's important to ensure that the www-data owner has appropriate access levels to preven...

Are there any best practices recommended by PHP.net for handling WWW-Authentification in PHP?

When handling WWW-Authentication in PHP, it is recommended to use the `$_SERVER['PHP_AUTH_USER']` and `$_SERVER['PHP_AUTH_PW']` superglobals to retrie...

Showing 31 to 35 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.