php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "file name manipulation"

How can timestamps be used in PHP to prevent file name conflicts during uploads?

When multiple users upload files simultaneously, there is a possibility of file name conflicts if they upload files with the same name. One way to pre...

What are the different methods to extract a file name without its extension in PHP?

To extract a file name without its extension in PHP, you can use the `pathinfo()` function to get the file name and then use `basename()` to extract t...

How can the file name of a specific XML file be retrieved from an array in PHP?

To retrieve the file name of a specific XML file from an array in PHP, you can use a combination of array functions to search for the file name and ex...

How can the PHP script be modified to ensure the file name is displayed correctly?

The issue with the file name not displaying correctly in the PHP script could be due to encoding or formatting problems. To ensure the file name is di...

What is the correct method to retrieve the file name from an upload field in PHP?

When a file is uploaded through a form in PHP, the file name can be retrieved using the `$_FILES` superglobal array. To access the file name, you need...

Showing 26 to 30 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.