php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "connections"

What best practices should be followed when managing database connections in PHP scripts?

When managing database connections in PHP scripts, it is important to follow best practices to ensure efficient and secure handling of connections. Th...

Are there any potential firewall settings that could interfere with direct FTP connections in PHP?

Firewall settings that block outgoing connections on port 21 (FTP) could interfere with direct FTP connections in PHP. To solve this issue, you can tr...

How can persistent connections in PHP (mysql_pconnect) impact the efficiency of connecting to a SQL server?

Persistent connections in PHP (mysql_pconnect) can impact the efficiency of connecting to a SQL server by potentially causing resource exhaustion on t...

What are the best practices for handling database connections and object instantiation in PHP to avoid this error?

When handling database connections and object instantiation in PHP, it is important to ensure that connections are properly closed after they are no l...

What are the best practices for managing database connections in PHP applications using PDO?

When managing database connections in PHP applications using PDO, it is important to follow best practices to ensure secure and efficient handling of...

Showing 41 to 45 of 2774 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 554 555 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.