php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "large files"

How can server load be optimized when downloading files from a different domain in PHP?

When downloading files from a different domain in PHP, server load can be optimized by using the PHP cURL library to make the request asynchronously....

Are there any limitations or restrictions when it comes to mass uploading files with PHP?

When mass uploading files with PHP, there may be limitations on the server-side regarding file size, memory usage, and execution time. To avoid these...

How can PHP be used to embed images from files or strings in email messages?

To embed images from files or strings in email messages using PHP, you can use the `addStringEmbeddedImage()` method from the PHPMailer library. This...

How can PHP be used to influence the way files are opened in the browser?

To influence the way files are opened in the browser using PHP, you can set the appropriate HTTP headers before outputting the file content. This can...

How can PHP be used to restrict access to files for download and track download statistics on managed webspace without direct access to the Apache server?

To restrict access to files for download and track download statistics on managed webspace without direct access to the Apache server, you can use PHP...

Showing 9991 to 9995 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.