php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "hidden files"

How can hidden files and directories be included in the results when using glob() in PHP?

By default, the glob() function in PHP does not include hidden files and directories (those starting with a dot) in the results. To include hidden fil...

Can hidden fields in a form be accessed from other PHP files?

Hidden fields in a form can be accessed from other PHP files by using the $_POST or $_GET superglobals. To access the value of a hidden field in anoth...

What are some best practices for handling hidden files and directories in PHP when using functions like glob()?

When using functions like glob() in PHP to retrieve files and directories, hidden files and directories (those starting with a dot) may not be include...

How can hidden fields be used to pass variables between PHP files?

Hidden fields can be used in HTML forms to pass variables between PHP files. When a form is submitted, the hidden field values are sent along with the...

What potential issues can arise when listing all files in a directory using PHP, especially when dealing with hidden files?

When listing all files in a directory using PHP, one potential issue is that hidden files (files starting with a dot) may also be displayed, which can...

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.