php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "delayed output"

How can PHP scripts with delayed output be optimized for live messaging during execution?

When dealing with PHP scripts that have delayed output, it is important to optimize them for live messaging during execution to provide real-time upda...

Are there alternative methods to achieve a delayed redirection in PHP besides using header() function?

The issue with using the header() function for delayed redirection in PHP is that it must be called before any output is sent to the browser. An alter...

What are the limitations of using PHP for real-time output or delayed output compared to client-side languages like JavaScript?

When using PHP for real-time output or delayed output, the main limitation is that PHP is a server-side language, meaning it executes on the server be...

What are some alternative methods or best practices for implementing delayed redirects in PHP?

When implementing delayed redirects in PHP, one common issue is that the redirect happens immediately before any output is sent to the browser, causin...

How does using INSERT DELAYED compare to using sleep() in PHP for database operations?

When performing database operations in PHP, using INSERT DELAYED is more efficient than using sleep(). INSERT DELAYED allows the database server to ha...

Showing 1 to 5 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.