php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "URL file-access"

Are there any alternative functions or methods that can be used to achieve the same result as file() when URL file-access is disabled?

When URL file-access is disabled, the `file()` function in PHP will not be able to retrieve files from remote servers using URLs. To achieve the same...

How can PHP access parameters passed in the URL?

To access parameters passed in the URL in PHP, you can use the $_GET superglobal array. This array contains key-value pairs of all the parameters pass...

How can PHP developers work around the server configuration restriction to access image dimensions via URL?

Some server configurations restrict access to image dimensions via URL due to security concerns. PHP developers can work around this restriction by us...

How can PHP scripts access parameters passed through the URL?

PHP scripts can access parameters passed through the URL by using the $_GET superglobal array. This array contains key-value pairs of all parameters p...

Are there best practices for handling image manipulation in PHP to avoid URL file-access restrictions?

When handling image manipulation in PHP, it's important to be aware of URL file-access restrictions that may prevent you from accessing images from ex...

Showing 21 to 25 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.