php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "remote URLs"

How can server configurations affect the ability to use imagecreatefromjpeg with URLs from external servers in PHP?

Server configurations can affect the ability to use imagecreatefromjpeg with URLs from external servers in PHP by restricting the use of remote URLs i...

What are the potential security risks of using the include function with external URLs in PHP?

Using the include function with external URLs in PHP can pose security risks such as remote code execution, exposing sensitive information, and potent...

How can PHP interpret URLs when using readfile()?

When using readfile() in PHP to output the contents of a file, PHP can interpret URLs by using the file_get_contents() function to fetch the contents...

What is the significance of the allow_url_include setting in PHP and how does it impact including files from URLs?

The allow_url_include setting in PHP controls whether PHP scripts can include files from remote URLs. It is important to disable this setting for secu...

What is the function of filesize() in PHP and what limitations does it have when working with remote files?

The function of filesize() in PHP is to return the size of a file in bytes. When working with remote files, filesize() has limitations because it may...

Showing 16 to 20 of 5627 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1125 1126 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.