php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "AJAX polling"

What are the advantages of using Websockets over Polling or AJAX for maintaining real-time communication in a PHP chat application?

Using Websockets for real-time communication in a PHP chat application is advantageous over Polling or AJAX because it allows for bi-directional commu...

What are some alternative solutions to using jQuery/Ajax to check for updates in PHP and MySQL?

Using PHP and MySQL, an alternative solution to using jQuery/Ajax to check for updates is to implement long polling. Long polling involves the client...

What are the advantages and disadvantages of using long polling in PHP for a chat application?

Long polling in PHP for a chat application allows for real-time communication between users without the need for constant polling of the server. This...

What are some best practices for handling long-polling scripts in PHP?

When handling long-polling scripts in PHP, it is important to optimize the script to minimize resource usage and prevent timeouts. One best practice i...

What is Long Polling and how does it work in PHP?

Long Polling is a technique used to push updates from the server to the client in real-time by holding an HTTP request open until new data is availabl...

Showing 1 to 5 of 3881 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 776 777 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.