php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "file server"

What are the differences between including a file on a local Apache server versus a remote server?

When including a file on a local Apache server, the file path can be specified as a relative path to the current file. However, when including a file...

Can PHP manipulate the filename before the file is written on the server, or does the server handle the file creation process?

To manipulate the filename before the file is written on the server, you can use PHP to handle the file creation process. You can use PHP functions li...

Can file() be used to actively retrieve a file from an FTP server?

No, the file() function in PHP is used for reading a file into an array, and it cannot be used to actively retrieve a file from an FTP server. To retr...

What are potential methods to access a PHP file on a remote server from another server?

To access a PHP file on a remote server from another server, you can use cURL or file_get_contents functions in PHP. These functions allow you to make...

What are the differences between client-side file selection and server-side file upload in PHP?

Client-side file selection allows users to choose files from their local machine using a web form, while server-side file upload involves receiving an...

Showing 1 to 5 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.