php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "persistent data."

What are the potential pitfalls of using persistent connections in PHP when retrieving data from multiple tables?

Using persistent connections in PHP when retrieving data from multiple tables can lead to issues such as memory leaks and connection limits being reac...

How does PHP compare to other languages like Perl or Java in terms of handling persistent data in memory?

When it comes to handling persistent data in memory, PHP is comparable to languages like Perl and Java. PHP provides various mechanisms for storing da...

What is the impact of using persistent database connections in PHP on resource usage and performance?

Persistent database connections in PHP can lead to increased resource usage and potential performance issues. This is because persistent connections r...

What are the implications of using mysql_close() in PHP scripts, especially when dealing with persistent connections?

When using persistent connections in PHP scripts, calling mysql_close() explicitly is not necessary and can actually cause issues. Persistent connecti...

How can PHP developers prevent unauthorized access to user data when using cookies for persistent login sessions?

To prevent unauthorized access to user data when using cookies for persistent login sessions, PHP developers should encrypt the sensitive user data st...

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.