php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "updates"

How can Websockets be utilized in PHP to achieve real-time updates on a webpage?

Websockets can be utilized in PHP to achieve real-time updates on a webpage by establishing a persistent connection between the client and server, all...

What are the drawbacks of using a cron job to execute a PHP script for frequent database updates?

One drawback of using a cron job to execute a PHP script for frequent database updates is that it can consume server resources unnecessarily if the sc...

How can PHP be used to create a Facebook-like timeline for publishing and viewing news updates in a web application?

To create a Facebook-like timeline for publishing and viewing news updates in a web application using PHP, you can utilize a database to store the new...

How can PHP scripts interact with JavaScript functions for dynamic updates?

PHP scripts can interact with JavaScript functions for dynamic updates by using AJAX (Asynchronous JavaScript and XML). This allows PHP scripts to sen...

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...

Showing 31 to 35 of 2903 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 580 581 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.