php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "MySQL connections"

What best practices should be followed when selecting databases with multiple MySQL connections in PHP?

When selecting databases with multiple MySQL connections in PHP, it is important to properly manage and close connections to avoid resource leaks and...

What is the recommended method for testing MySQL/PHP connections locally?

When testing MySQL/PHP connections locally, it is recommended to use the mysqli extension in PHP to establish a connection to the MySQL database. This...

What are the best practices for handling database connections in mysqli compared to mysql in PHP?

When handling database connections in PHP, it is important to use mysqli functions instead of mysql functions as mysql functions are deprecated. Using...

What are some potential pitfalls of using multiple connections to a MySQL database in PHP scripts?

Potential pitfalls of using multiple connections to a MySQL database in PHP scripts include increased resource consumption, potential for connection c...

What are common issues with MySQL connections in PHP scripts?

One common issue with MySQL connections in PHP scripts is not closing the connection after the query is executed. This can lead to resource leaks and...

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.