php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "word blacklist"

How can the FIND_IN_SET function in MySQL be used to sort data based on specific words in a PHP query?

To sort data based on specific words in a MySQL query using the FIND_IN_SET function in PHP, you can first retrieve the data from the database using a...

What are some common conventions for naming variables in PHP, such as the Hungarian notation?

When naming variables in PHP, it is important to follow common conventions to ensure code readability and maintainability. One common convention is us...

What are the advantages and disadvantages of using VBA versus PHP for handling file editing and sharing tasks?

When deciding between using VBA or PHP for handling file editing and sharing tasks, it's important to consider the advantages and disadvantages of eac...

What is the recommended method in PHP to remove duplicate words from a string and count the number removed?

One way to remove duplicate words from a string in PHP is by using the `explode()` function to split the string into an array of words, then using `ar...

What are some best practices for handling user input formatting in PHP, especially for names and login credentials?

When handling user input formatting in PHP, especially for names and login credentials, it's important to sanitize and validate the input to prevent a...

Showing 866 to 870 of 876 results

‹ 1 2 ... 167 168 169 170 171 172 173 174 175 176 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.