php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Filesystem functions"

Is it necessary to use JavaScript in addition to PHP to achieve the desired directory structure display on a website?

To achieve a dynamic directory structure display on a website, it is not necessary to use JavaScript in addition to PHP. You can use PHP to scan the d...

Is there a more efficient or recommended method to handle path manipulation in PHP scripts?

When working with file paths in PHP scripts, it is recommended to use the built-in functions provided by PHP to handle path manipulation. This ensures...

How can the creation date of a file be determined when checking for its existence in PHP, and what limitations exist when using certain PHP functions for this purpose?

To determine the creation date of a file when checking for its existence in PHP, you can use the filectime() function. However, it's important to note...

What are some alternative methods to achieve the desired functionality in a PHP gallery script without relying on MySQL?

Issue: The issue is that relying on MySQL for a PHP gallery script can introduce dependencies and potential performance bottlenecks. An alternative ap...

What are the advantages of storing file paths in a database and images on the hard drive?

Storing file paths in a database allows for easier management and retrieval of the file locations, while storing images on the hard drive reduces the...

Showing 76 to 80 of 10000 results

‹ 1 2 ... 13 14 15 16 17 18 19 ... 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.