php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "hidden files"

How can hidden characters in text files be identified and removed in PHP?

Hidden characters in text files can be identified and removed in PHP by using regular expressions to match and replace the unwanted characters. One co...

How can input-hidden fields be utilized to pass variables between PHP files?

To pass variables between PHP files, you can utilize input-hidden fields within a form. Simply include the variables you want to pass as hidden input...

How can PHP be used to ensure that downloaded files remain "hidden" on a website?

To ensure that downloaded files remain "hidden" on a website, you can use PHP to control access to the files by checking user permissions before allow...

How can PHP be used to list all files and folders within a directory, including hidden files like ".htaccess"?

To list all files and folders within a directory, including hidden files like ".htaccess", we can use PHP's opendir() function to open a directory han...

How can one ensure that uploaded files are not hidden or have restricted access in FTP when using PHP?

To ensure that uploaded files are not hidden or have restricted access in FTP when using PHP, you can set the correct permissions for the uploaded fil...

Showing 16 to 20 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.