php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "directory"

What are some best practices for handling directory creation in PHP when the target directory is not in the same location as the script?

When creating directories in PHP, it's important to specify the full path to the target directory, especially if it's not in the same location as the...

What are some methods for PHP to communicate with Windows/Active Directory?

One method for PHP to communicate with Windows/Active Directory is by using LDAP (Lightweight Directory Access Protocol) functions. These functions al...

Are there any best practices for ignoring the directory structure of a zip archive and extracting files to a specific directory in PHP?

When extracting files from a zip archive in PHP, you may want to ignore the directory structure within the archive and extract all files to a specific...

How can a user select a directory for file upload in PHP using a directory tree?

When allowing users to upload files in PHP, you can provide them with a directory tree interface to select the destination directory for the upload. T...

How can PHP retrieve a PDF file from a directory and display it to a user without granting access to the directory?

To retrieve a PDF file from a directory and display it to a user without granting access to the directory, you can use PHP to read the file contents a...

Showing 26 to 30 of 9452 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1890 1891 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.