php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "server move"

What is the recommended method in PHP to move uploaded files to a different directory on the server?

When a file is uploaded to a server using PHP, it is typically stored in a temporary directory. To move the uploaded file to a different directory on...

How can the setting of register_globals in PHP affect script functionality after a server move?

Setting register_globals to "On" in PHP can cause security vulnerabilities and unexpected behavior in scripts. After a server move, if register_global...

What are the potential reasons for a "Permission denied" error when trying to move an uploaded file to a specific directory on a server?

The "Permission denied" error occurs when the server does not have the necessary permissions to move the uploaded file to the specified directory. Thi...

How can PHP functions be used to move files from one directory to another using FTP?

To move files from one directory to another using FTP in PHP, you can use the built-in FTP functions provided by PHP. First, establish a connection to...

How can you move a file after uploading it using PHP?

After uploading a file using PHP, you can move the file to a specific directory by using the `move_uploaded_file()` function. This function takes two...

Showing 6 to 10 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.