php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "good practice"

Is using '@include' in PHP considered a good practice? Why or why not?

Using '@include' in PHP is generally not considered a good practice because it suppresses any errors that may occur during the inclusion of a file, ma...

Is using "@" before variables to suppress errors considered a good programming practice in PHP?

Using "@" before variables to suppress errors is generally not considered a good programming practice in PHP. It can make debugging more difficult and...

Is it considered good practice to mix GET and POST data in PHP forms?

It is not considered good practice to mix GET and POST data in PHP forms as it can lead to security vulnerabilities and make the code harder to mainta...

Is using the create_function() function in PHP a good practice for dynamically creating functions?

Using the create_function() function in PHP is not considered a good practice for dynamically creating functions. This function has been deprecated as...

Is storing a counter value in an array a good practice in PHP?

Storing a counter value in an array can be a good practice in PHP if you need to keep track of multiple counters or if you want to organize your data...

Showing 1 to 5 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.