php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "bad coding practice"

How important is it to practice coding regularly when learning PHP?

It is highly important to practice coding regularly when learning PHP as it helps solidify concepts, improve problem-solving skills, and increase fami...

Is it considered bad practice to access global variables within functions in PHP, especially when dealing with cached data?

Accessing global variables within functions in PHP is generally considered bad practice as it can make the code less modular and harder to maintain. I...

Why is using the "@" symbol in PHP code considered a bad practice and what alternatives can be used for error handling?

Using the "@" symbol in PHP code to suppress errors is considered a bad practice because it can hide potential issues in the code and make debugging m...

In what scenarios is it considered bad practice to include both GET and POST methods in the form action attribute in PHP scripts?

It is considered bad practice to include both GET and POST methods in the form action attribute in PHP scripts because it can lead to unexpected behav...

In the context of PHP, what are the potential issues with using the @ symbol to suppress errors, and why is it considered a bad practice?

Using the @ symbol to suppress errors in PHP can lead to debugging difficulties as it hides any error messages that may provide valuable information f...

Showing 31 to 35 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.