php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "real-time updating"

What is the best practice for updating user data in real-time without using AJAX in PHP?

The best practice for updating user data in real-time without using AJAX in PHP is to utilize WebSockets. WebSockets allow for bi-directional communic...

How can AJAX be used as a more elegant solution for updating user data in real-time?

When updating user data in real-time, a traditional approach would involve refreshing the entire page or using polling techniques, which can be ineffi...

How does the server-side nature of PHP impact the real-time updating of dropdown lists based on user input?

When using PHP for server-side processing, the real-time updating of dropdown lists based on user input can be challenging because PHP code is execute...

What are the best practices for handling user input and updating PHP variables in real-time?

When handling user input and updating PHP variables in real-time, it is important to sanitize and validate the input to prevent security vulnerabiliti...

What are the best practices for storing and updating time-based data in MySQL databases for real-time applications like browser games?

When storing and updating time-based data in MySQL databases for real-time applications like browser games, it is important to use timestamp data type...

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.