php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Performance tuning"

What are the advantages of using SQL functions for substring extraction compared to PHP functions for the same task?

When extracting substrings from a string, using SQL functions like SUBSTRING can be advantageous over PHP functions like substr because it allows for...

Why is using mysql_result in a loop considered bad practice in PHP?

Using mysql_result in a loop is considered bad practice in PHP because it involves making multiple database queries within the loop, which can be inef...

How can the efficiency of date handling in MySQL be improved in PHP applications?

To improve the efficiency of date handling in MySQL in PHP applications, it is recommended to use the MySQL DATE_FORMAT function to format dates direc...

What are the potential benefits and drawbacks of storing local files in a database for easier searching in PHP applications?

Storing local files in a database can make searching for specific files easier and more efficient in PHP applications. This can streamline the process...

When should the passive mode be enabled or disabled when using FTP functions in PHP?

When using FTP functions in PHP, the passive mode should be enabled when connecting to a server behind a firewall or NAT. This helps with data transfe...

Showing 9991 to 9995 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.