php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "SSE"

What are some alternative methods, aside from PHP flush(), that can be used to achieve a similar real-time output display in a web application?

The issue with using PHP flush() is that it may not work as expected due to server configurations or buffering issues. An alternative method to achiev...

What are the best practices for implementing real-time updates in PHP applications like chat functionality?

When implementing real-time updates in PHP applications like chat functionality, it is essential to use technologies like WebSockets or server-sent ev...

What are some common methods for a PHP server to automatically notify a client, such as in a messaging system?

One common method for a PHP server to automatically notify a client in a messaging system is to use WebSockets. WebSockets allow for real-time communi...

What are the potential pitfalls of using long-polling for client-server communication in PHP?

Potential pitfalls of using long-polling for client-server communication in PHP include increased server load due to continuous open connections, pote...

How difficult is it to implement a solution using Javascript for reloading a webpage for all users?

Reloading a webpage for all users using JavaScript can be challenging because it requires triggering a page refresh for all connected clients simultan...

Showing 16 to 20 of 20 results

‹ 1 2 3 4 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.