php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "persistent data"

Are there best practices for handling persistent connections in PHP and avoiding connection issues?

Persistent connections in PHP can help improve performance by reusing existing connections instead of creating new ones for each request. However, thi...

What are the drawbacks of using persistent connections in PHP if the database has connection limits?

If the database has connection limits, using persistent connections in PHP can lead to exceeding those limits and causing errors or delays in accessin...

What are the potential pitfalls of defining constants in PHP for maintaining persistent values across script executions?

Defining constants in PHP for maintaining persistent values across script executions can lead to issues with flexibility and scalability. Constants ar...

How can JavaScript be utilized to update user lists in a PHP chat application without relying on persistent MySQL connections?

To update user lists in a PHP chat application without relying on persistent MySQL connections, you can use AJAX requests in JavaScript to periodicall...

In what situations can non-persistent XSS vulnerabilities still pose a significant risk to PHP applications?

Non-persistent XSS vulnerabilities can still pose a significant risk to PHP applications when user input is not properly sanitized or validated before...

Showing 16 to 20 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.