php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "URL file-access"

How can PHP be used to retrieve file headers from a URL when the file is not on the same server?

When trying to retrieve file headers from a URL that is not on the same server, you can use PHP's cURL library to make a request to the remote URL and...

How can the difference between server file paths and URL paths impact including files in PHP?

When including files in PHP, it's important to note that server file paths and URL paths are not the same. Server file paths refer to the physical loc...

What is the difference between using a local file path and a URL in the fopen() function in PHP?

When using the fopen() function in PHP, the main difference between using a local file path and a URL is the way the file is accessed. A local file pa...

How can PHP be used to restrict access to images based on the referrer URL?

To restrict access to images based on the referrer URL, you can check the `$_SERVER['HTTP_REFERER']` variable in PHP to see where the request is comin...

Is "install" in the URL http://server.de/name.php/install considered a parameter for the PHP file, or is it part of the file path?

The term "install" in the URL http://server.de/name.php/install is not a parameter for the PHP file; it is considered part of the file path. If you wa...

Showing 41 to 45 of 10000 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 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.