php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Websockets"

What are the best practices for implementing real-time updates in PHP to ensure compatibility with different browsers and user preferences?

When implementing real-time updates in PHP, it is important to use technologies like AJAX or WebSockets to ensure compatibility with different browser...

How does PHP socket differ from WebSocket in terms of functionality and implementation?

PHP sockets are a lower-level way to establish network connections and communicate over them, allowing for more control and flexibility but requiring...

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 some alternatives to using set interval for chats in PHP to reduce server load?

Using set interval for chats in PHP can lead to high server load as it continuously polls the server for new messages. To reduce server load, an alter...

Are there any best practices for implementing a chat feature in a PHP forum?

Issue: Implementing a chat feature in a PHP forum requires real-time communication between users. One way to achieve this is by using WebSockets to en...

Showing 46 to 50 of 127 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 25 26 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.