php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "real-time updates"

What considerations should be made when determining the necessity of real-time updates versus delayed updates in PHP applications for user point systems?

When determining the necessity of real-time updates versus delayed updates in PHP applications for user point systems, consider factors such as the fr...

Is it possible to use Java to achieve real-time database updates in a PHP script?

To achieve real-time database updates in a PHP script, you can use Java to create a WebSocket server that listens for updates and sends them to the PH...

What is the difference between using PHP and JavaScript to display real-time updates like seconds?

When displaying real-time updates like seconds, JavaScript is typically the preferred choice due to its ability to run client-side code without the ne...

What are the potential pitfalls of using flush() in PHP for real-time updates?

Using flush() in PHP for real-time updates can potentially cause performance issues, as it can increase server load and slow down the application. To...

What are some common methods for real-time data updates in PHP, such as AJAX or Websockets?

Real-time data updates in PHP can be achieved using AJAX or Websockets. AJAX allows for asynchronous communication between the client and server, enab...

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.