php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "date-based names"

How can PHP be used to filter database records based on date values stored as timestamps?

To filter database records based on date values stored as timestamps in PHP, you can use the `FROM_UNIXTIME` function in MySQL to convert the timestam...

What are some best practices for dynamically updating a menu based on folder names in PHP?

When dynamically updating a menu based on folder names in PHP, one best practice is to use the scandir() function to retrieve a list of folders in a s...

What are some ways to categorize and display images based on their file names using PHP?

One way to categorize and display images based on their file names using PHP is to create separate folders for each category and move images to the co...

What are some best practices for optimizing the performance of a PHP-based news system with date-based grouping?

When dealing with a PHP-based news system that groups news articles by date, it is important to optimize the performance to ensure fast loading times...

How can PHP developers ensure accurate date comparisons when retrieving entries based on the current date from a database?

When retrieving entries from a database based on the current date in PHP, developers should ensure that the dates are stored and compared in the same...

Showing 36 to 40 of 10000 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 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.