php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "bad practice"

What are the best practices for filtering out bad words from a text using PHP?

Filtering out bad words from a text using PHP involves creating a list of inappropriate words and then comparing each word in the text against this li...

What are the potential reasons for receiving a "400 bad request" error when using cURL in PHP?

The "400 bad request" error typically occurs when the server cannot process the request sent by cURL due to incorrect syntax or missing parameters. To...

How can bad code (such as script injections) be filtered out from BBCode in PHP?

To filter out bad code, such as script injections, from BBCode in PHP, you can use a combination of regular expressions and PHP functions like `strip_...

How can errors like "Bad Request" be resolved when using stream_socket_client for POST requests?

When using stream_socket_client for POST requests, errors like "Bad Request" can be resolved by ensuring that the request headers and body are properl...

What is the significance of the bad word replacement process in the context of the PHP code?

The significance of the bad word replacement process in the context of PHP code is to filter out inappropriate language or content from user input bef...

Showing 61 to 65 of 10000 results

‹ 1 2 ... 10 11 12 13 14 15 16 ... 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.