php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "MySQL connections"

What are some common issues with PHP 5.0.2 and MySQL connections on Windows Server 2003?

One common issue with PHP 5.0.2 and MySQL connections on Windows Server 2003 is the lack of proper configuration settings in the php.ini file. To solv...

What are the best practices for handling MySQL connections and queries in PHP scripts?

To handle MySQL connections and queries in PHP scripts efficiently, it is recommended to establish a connection only when needed, close the connection...

What are the implications of allowing the MySQL server to accept connections from external sources?

Allowing the MySQL server to accept connections from external sources can pose a security risk as it opens up the database to potential unauthorized a...

What are the best practices for managing MySQL connections in a PHP chat application with multiple frames?

In a PHP chat application with multiple frames, it is important to efficiently manage MySQL connections to avoid resource exhaustion and improve perfo...

What best practices should be followed when closing MySQL connections in PHP to prevent "39 is not a valid MySQL-Link" errors?

When closing MySQL connections in PHP, it is important to ensure that the connection is properly closed to prevent "39 is not a valid MySQL-Link" erro...

Showing 51 to 55 of 10000 results

‹ 1 2 ... 8 9 10 11 12 13 14 ... 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.