php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "script modification"

How can ob_start() and ob_end_flush() functions be used to prevent header modification errors in PHP?

When output buffering is not used in PHP, headers must be modified before any content is sent to the browser. This can lead to "headers already sent"...

What are the best practices for organizing and structuring PHP scripts to avoid header modification errors?

When working with PHP scripts, it is important to ensure that header modifications are only done before any content is output to the browser. To avoid...

What potential issues can arise when transferring files via FTP that result in modification dates being changed on the server?

When transferring files via FTP, potential issues that can arise resulting in modification dates being changed on the server include differences in ti...

How can PHP be used to retrieve the last modification date of a file on a server?

To retrieve the last modification date of a file on a server using PHP, you can use the `filemtime()` function. This function returns the timestamp of...

What is the correct way to display the creation or modification date of a file in PHP?

When displaying the creation or modification date of a file in PHP, you can use the filemtime() function to retrieve the timestamp of the last modific...

Showing 61 to 65 of 10000 results

‹ 1 2 ... 10 11 12 13 14 15 16 ... 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.