php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "bad practice"

Is it considered bad practice to post the same issue in multiple forums for PHP-related problems?

Posting the same issue in multiple forums for PHP-related problems is generally considered bad practice because it can lead to duplicate efforts, conf...

Why is it considered bad practice to create a new table for each user in a MySQL database in PHP?

Creating a new table for each user in a MySQL database in PHP is considered bad practice because it can lead to a large number of tables, making it di...

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...

Showing 26 to 30 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.