php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "server-sent events"

How can PHP handle server-side events and notify clients without relying on AJAX?

PHP can handle server-side events and notify clients without relying on AJAX by using server-sent events (SSE). SSE allows servers to push data to web...

Are there any security considerations to keep in mind when using methods like Ajax, Websockets, or Server-Sent Events for updating content on a webpage in PHP?

When using methods like Ajax, Websockets, or Server-Sent Events for updating content on a webpage in PHP, it is important to consider security measure...

How does server-side execution of PHP code differ from client-side events in terms of functionality?

Server-side execution of PHP code allows for dynamic content generation and database interaction on the server before the page is sent to the client....

What are the advantages and disadvantages of using server-side events (SSE) in PHP to display intermediate steps in a script execution process?

When executing a long-running script in PHP, it can be helpful to display intermediate steps or progress updates to the user. Server-Sent Events (SSE)...

Why is it not advisable to call PHP functions directly in HTML onclick events?

Calling PHP functions directly in HTML onclick events is not advisable because PHP is a server-side language, meaning it runs on the server before the...

Showing 6 to 10 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.