php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "SQL functions"

How can the use of mysql_query() and mysql_fetch_array() functions in PHP code be improved to avoid errors?

When using `mysql_query()` and `mysql_fetch_array()` functions in PHP code, it is important to handle errors and avoid deprecated functions for securi...

How can you improve date calculations in PHP by using DateTime instead of strtotime and date functions?

When working with date calculations in PHP, using the DateTime class provides a more reliable and flexible way to handle dates compared to using strto...

What are the potential pitfalls of using pow and sqrt functions frequently in PHP for distance calculations?

Using pow and sqrt functions frequently for distance calculations in PHP can be computationally expensive and slow down your application. To improve p...

What are the potential issues with using deprecated PHP functions like "eregi_replace" in PHP 7 or 8?

Using deprecated PHP functions like "eregi_replace" in PHP 7 or 8 can lead to compatibility issues and may result in errors or warnings being displaye...

How can developers improve the quality of PHP code, particularly when dealing with date and time functions?

Developers can improve the quality of PHP code when dealing with date and time functions by using built-in PHP functions such as `DateTime` and `date_...

Showing 9936 to 9940 of 10000 results

‹ 1 2 ... 1985 1986 1987 1988 1989 1990 1991 ... 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.