php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "category name"

How can categories be displayed instead of forums in the category bars on a PHP forum homepage?

To display categories instead of forums in the category bars on a PHP forum homepage, you can modify the code that generates the category bars to only...

How can a PHP form be automatically submitted after selecting a category, without the need for manual submission?

When a category is selected in a form, you can use JavaScript to automatically submit the form without the need for manual submission. This can be ach...

How can multiple instances of the same category be sorted and displayed in PHP?

When dealing with multiple instances of the same category in PHP, you can sort and display them by using the usort() function along with a custom sort...

In PHP, what are the considerations when deciding between creating a category_path for subcategories versus exploding category IDs for data retrieval?

When deciding between creating a category_path for subcategories versus exploding category IDs for data retrieval in PHP, consider the complexity of y...

How can the number of links in a category be displayed in PHP?

To display the number of links in a category in PHP, you can use a database query to count the number of rows in a table that belong to that category....

Showing 41 to 45 of 6119 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 1223 1224 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.